ohci_soft_td 51 dev/usb/ohcivar.h typedef struct ohci_soft_td {
ohci_soft_td 53 dev/usb/ohcivar.h struct ohci_soft_td *nexttd; /* mirrors nexttd in TD */
ohci_soft_td 54 dev/usb/ohcivar.h struct ohci_soft_td *dnext; /* next in done list */
ohci_soft_td 56 dev/usb/ohcivar.h LIST_ENTRY(ohci_soft_td) hnext;
ohci_soft_td 63 dev/usb/ohcivar.h #define OHCI_STD_SIZE ((sizeof (struct ohci_soft_td) + OHCI_TD_ALIGN - 1) / OHCI_TD_ALIGN * OHCI_TD_ALIGN)
ohci_soft_td 103 dev/usb/ohcivar.h LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];