Searched defs:ohci_soft_itd (Results 1 – 1 of 1) sorted by relevance
67 typedef struct ohci_soft_itd { struct69 struct ohci_soft_itd *nextitd; /* mirrors nexttd in ITD */ argument70 struct ohci_soft_itd *dnext; /* next in done list */ argument72 LIST_ENTRY(ohci_soft_itd) hnext; argument79 #define OHCI_SITD_SIZE ((sizeof (struct ohci_soft_itd) + OHCI_ITD_ALIGN - 1) / OHCI_ITD_ALIGN * OHC… argument