Searched refs:ohci_soft_td (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Dohcivar.h49 typedef struct ohci_soft_td { struct
51 struct ohci_soft_td *nexttd; /* mirrors nexttd in TD */
52 struct ohci_soft_td *dnext; /* next in done list */
53 struct ohci_soft_td **held; /* where the ref to this std is held */
57 LIST_ENTRY(ohci_soft_td) hnext; /* next on hash list */
64 #define OHCI_STD_SIZE (roundup(sizeof(struct ohci_soft_td), OHCI_TD_ALIGN))
110 LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];

Completed in 136 milliseconds