Symbol: ohci_soft_td
sys/dev/usb/ohci.c
100
struct ohci_soft_td *ohci_hash_find_td(struct ohci_softc *, ohci_physaddr_t);
sys/dev/usb/ohci.c
1180
struct ohci_soft_td *std, *sdone, **p;
sys/dev/usb/ohci.c
1218
struct ohci_soft_td *std, *sdone, *stdnext;
sys/dev/usb/ohci.c
1303
struct ohci_soft_td *p, *n;
sys/dev/usb/ohci.c
1448
struct ohci_soft_td *data, *tail;
sys/dev/usb/ohci.c
1556
struct ohci_soft_td *setup, *stat, *next, *tail;
sys/dev/usb/ohci.c
1589
struct ohci_soft_td *std = stat;
sys/dev/usb/ohci.c
162
void ohci_dump_tds(struct ohci_soft_td *);
sys/dev/usb/ohci.c
163
void ohci_dump_td(struct ohci_soft_td *);
sys/dev/usb/ohci.c
1715
ohci_hash_add_td(struct ohci_softc *sc, struct ohci_soft_td *std)
sys/dev/usb/ohci.c
1724
struct ohci_soft_td *
sys/dev/usb/ohci.c
1728
struct ohci_soft_td *std;
sys/dev/usb/ohci.c
1809
ohci_dump_tds(struct ohci_soft_td *std)
sys/dev/usb/ohci.c
1816
ohci_dump_td(struct ohci_soft_td *std)
sys/dev/usb/ohci.c
1894
struct ohci_soft_td *std = NULL;
sys/dev/usb/ohci.c
2048
struct ohci_soft_td *std;
sys/dev/usb/ohci.c
2091
struct ohci_soft_td *p, *n;
sys/dev/usb/ohci.c
210
struct ohci_soft_td *td;
sys/dev/usb/ohci.c
2728
struct ohci_soft_td *data, *tail, *tdp;
sys/dev/usb/ohci.c
2859
struct ohci_soft_td *data, *tail;
sys/dev/usb/ohci.c
430
struct ohci_soft_td *
sys/dev/usb/ohci.c
433
struct ohci_soft_td *std = NULL;
sys/dev/usb/ohci.c
468
ohci_free_std(struct ohci_softc *sc, struct ohci_soft_td *std)
sys/dev/usb/ohci.c
481
struct ohci_soft_td *sp, struct ohci_soft_td **ep)
sys/dev/usb/ohci.c
483
struct ohci_soft_td *next, *cur, *end;
sys/dev/usb/ohci.c
582
ohci_free_std_chain(struct ohci_softc *sc, struct ohci_soft_td *std,
sys/dev/usb/ohci.c
583
struct ohci_soft_td *stdend)
sys/dev/usb/ohci.c
585
struct ohci_soft_td *p;
sys/dev/usb/ohci.c
75
struct ohci_soft_td *ohci_alloc_std(struct ohci_softc *);
sys/dev/usb/ohci.c
76
void ohci_free_std(struct ohci_softc *, struct ohci_soft_td *);
sys/dev/usb/ohci.c
82
void ohci_free_std_chain(struct ohci_softc *, struct ohci_soft_td *,
sys/dev/usb/ohci.c
83
struct ohci_soft_td *);
sys/dev/usb/ohci.c
86
struct usbd_xfer *, struct ohci_soft_td *,
sys/dev/usb/ohci.c
87
struct ohci_soft_td **);
sys/dev/usb/ohci.c
99
void ohci_hash_add_td(struct ohci_softc *, struct ohci_soft_td *);
sys/dev/usb/ohcivar.h
105
struct ohci_soft_td *sc_freetds;
sys/dev/usb/ohcivar.h
111
struct ohci_soft_td *sc_sdone;
sys/dev/usb/ohcivar.h
46
struct ohci_soft_td *nexttd; /* mirrors nexttd in TD */
sys/dev/usb/ohcivar.h
47
struct ohci_soft_td *dnext; /* next in done list */
sys/dev/usb/ohcivar.h
49
LIST_ENTRY(ohci_soft_td) hnext;
sys/dev/usb/ohcivar.h
56
#define OHCI_STD_SIZE ((sizeof (struct ohci_soft_td) + OHCI_TD_ALIGN - 1) / OHCI_TD_ALIGN * OHCI_TD_ALIGN)
sys/dev/usb/ohcivar.h
96
LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];