OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 28 02:10:10 GMT 2025