Symbol: ehci_soft_itd
sys/dev/usb/ehci.c
1314
ehci_dump_itd(struct ehci_soft_itd *itd)
sys/dev/usb/ehci.c
1650
struct ehci_soft_itd *itd, *prev = NULL;
sys/dev/usb/ehci.c
1687
struct ehci_soft_itd *itd, *prev = NULL;
sys/dev/usb/ehci.c
181
struct ehci_soft_itd *ehci_alloc_itd(struct ehci_softc *);
sys/dev/usb/ehci.c
182
void ehci_free_itd(struct ehci_softc *, struct ehci_soft_itd *);
sys/dev/usb/ehci.c
211
void ehci_dump_itd(struct ehci_soft_itd *);
sys/dev/usb/ehci.c
2506
struct ehci_soft_itd *
sys/dev/usb/ehci.c
2509
struct ehci_soft_itd *itd, *freeitd;
sys/dev/usb/ehci.c
2567
ehci_free_itd(struct ehci_softc *sc, struct ehci_soft_itd *itd)
sys/dev/usb/ehci.c
2721
struct ehci_soft_itd *itd;
sys/dev/usb/ehci.c
3263
struct ehci_soft_itd *itd;
sys/dev/usb/ehci.c
3379
struct ehci_soft_itd *itd = NULL, *pitd = NULL;
sys/dev/usb/ehci.c
3506
struct ehci_soft_itd *itd = NULL, *pitd = NULL;
sys/dev/usb/ehci.c
370
sizeof(struct ehci_soft_itd *), M_USBHC, M_NOWAIT | M_ZERO);
sys/dev/usb/ehci.c
490
sc->sc_flsize * sizeof(struct ehci_soft_itd *));
sys/dev/usb/ehci.c
744
struct ehci_soft_itd *itd = ex->itdend;
sys/dev/usb/ehci.c
784
struct ehci_soft_itd *itd;
sys/dev/usb/ehci.c
951
sc->sc_flsize * sizeof(struct ehci_soft_itd *));
sys/dev/usb/ehcivar.h
147
struct ehci_soft_itd **sc_softitds;
sys/dev/usb/ehcivar.h
153
LIST_HEAD(sc_freeitds, ehci_soft_itd) sc_freeitds;
sys/dev/usb/ehcivar.h
66
struct ehci_soft_itd *next;
sys/dev/usb/ehcivar.h
67
struct ehci_soft_itd *prev;
sys/dev/usb/ehcivar.h
70
LIST_ENTRY(ehci_soft_itd) free_list;
sys/dev/usb/ehcivar.h
72
struct ehci_soft_itd *xfer_next; /* Next soft_itd in xfer */
sys/dev/usb/ehcivar.h
79
#define EHCI_ITD_SIZE ((sizeof(struct ehci_soft_itd) + EHCI_QH_ALIGN - 1) / EHCI_ITD_ALIGN * EHCI_ITD_ALIGN)
sys/dev/usb/ehcivar.h
90
struct ehci_soft_itd *start, *end;