ohci_soft_itd      67 dev/usb/ohcivar.h typedef struct ohci_soft_itd {
ohci_soft_itd      69 dev/usb/ohcivar.h 	struct ohci_soft_itd *nextitd; /* mirrors nexttd in ITD */
ohci_soft_itd      70 dev/usb/ohcivar.h 	struct ohci_soft_itd *dnext; /* next in done list */
ohci_soft_itd      72 dev/usb/ohcivar.h 	LIST_ENTRY(ohci_soft_itd) hnext;
ohci_soft_itd      79 dev/usb/ohcivar.h #define OHCI_SITD_SIZE ((sizeof (struct ohci_soft_itd) + OHCI_ITD_ALIGN - 1) / OHCI_ITD_ALIGN * OHCI_ITD_ALIGN)
ohci_soft_itd     104 dev/usb/ohcivar.h 	LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];