HomeSort by: relevance | last modified time | path
    Searched defs:ohci_soft_td (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
ohcivar.h 47 typedef struct ohci_soft_td { struct
49 struct ohci_soft_td *nexttd; /* mirrors nexttd in TD */
50 struct ohci_soft_td *dnext; /* next in done list */
51 struct ohci_soft_td **held; /* where the ref to this std is held */
55 LIST_ENTRY(ohci_soft_td) hnext; /* next on hash list */
62 // #define OHCI_STD_SIZE (roundup(sizeof(struct ohci_soft_td), OHCI_TD_ALIGN))
109 LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];

Completed in 10 milliseconds