ohci_soft_itd
void ohci_hash_add_itd(struct ohci_softc *, struct ohci_soft_itd *);
void ohci_hash_rem_itd(struct ohci_softc *, struct ohci_soft_itd *);
struct ohci_soft_itd *ohci_hash_find_itd(struct ohci_softc *, ohci_physaddr_t);
struct ohci_soft_itd *sitd, *sidone, **ip;
struct ohci_soft_itd *sitd, *sidone, *sitdnext;
struct ohci_soft_itd *next;
void ohci_dump_itd(struct ohci_soft_itd *);
void ohci_dump_itds(struct ohci_soft_itd *);
ohci_hash_add_itd(struct ohci_softc *sc, struct ohci_soft_itd *sitd)
ohci_hash_rem_itd(struct ohci_softc *sc, struct ohci_soft_itd *sitd)
struct ohci_soft_itd *
struct ohci_soft_itd *sitd;
ohci_dump_itd(struct ohci_soft_itd *sitd)
ohci_dump_itds(struct ohci_soft_itd *sitd)
struct ohci_soft_itd *sitd;
struct ohci_soft_itd *itd;
struct ohci_soft_itd *sitd, *nsitd;
struct ohci_soft_itd *sitd;
struct ohci_soft_itd *
struct ohci_soft_itd *sitd;
ohci_free_sitd(struct ohci_softc *sc, struct ohci_soft_itd *sitd)
struct ohci_soft_itd *ohci_alloc_sitd(struct ohci_softc *);
void ohci_free_sitd(struct ohci_softc *, struct ohci_soft_itd *);
struct ohci_soft_itd *sc_freeitds;
struct ohci_soft_itd *sc_sidone;
struct ohci_soft_itd *nextitd; /* mirrors nexttd in ITD */
struct ohci_soft_itd *dnext; /* next in done list */
LIST_ENTRY(ohci_soft_itd) hnext;
#define OHCI_SITD_SIZE ((sizeof (struct ohci_soft_itd) + OHCI_ITD_ALIGN - 1) / OHCI_ITD_ALIGN * OHCI_ITD_ALIGN)
LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];