ehci_soft_itd_t
ehci_soft_itd_t *itd;
sc->sc_flsize * sizeof(ehci_soft_itd_t *));
ehci_dump_itds(ehci_soft_itd_t *itd)
Static ehci_soft_itd_t *ehci_alloc_itd(ehci_softc_t *);
Static void ehci_remove_itd_chain(ehci_softc_t *, ehci_soft_itd_t *);
Static void ehci_free_itd_chain(ehci_softc_t *, ehci_soft_itd_t *);
ehci_free_itd_locked(ehci_softc_t *sc, ehci_soft_itd_t *itd)
Static void ehci_dump_itds(ehci_soft_itd_t *);
Static ehci_soft_itd_t *
ehci_soft_itd_t *itd, *prev, *start, *stop;
ehci_soft_itd_t *next;
ehci_soft_itd_t *itd, *prev;
sc->sc_softitds = kmem_zalloc(sc->sc_flsize * sizeof(ehci_soft_itd_t *),
kmem_free(sc->sc_softitds, sc->sc_flsize * sizeof(ehci_soft_itd_t *));
ehci_soft_itd_t *ex_itdstart;
ehci_soft_itd_t *ex_itdend;
#define ehci_soft_sitd_t ehci_soft_itd_t