Searched refs:sc_isoc_fs_p_last (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.c441 sc->sc_isoc_fs_p_last[i] = sitd;
888 sitd = sc->sc_isoc_fs_p_last[pos];
2054 ehci_sitd_t **pp_last = &sc->sc_isoc_fs_p_last[xfer->qh_pos];
2064 if (pp_last >= &sc->sc_isoc_fs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]) {
2065 pp_last = &sc->sc_isoc_fs_p_last[0];
2537 pp_last = &sc->sc_isoc_fs_p_last[xfer->endpoint->isoc_next];
2548 if (pp_last >= &sc->sc_isoc_fs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT])
2549 pp_last = &sc->sc_isoc_fs_p_last[0];
2664 xfer->endpoint->isoc_next = (pp_last - &sc->sc_isoc_fs_p_last[0]) &
H A Dehci.h327 struct ehci_sitd *sc_isoc_fs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]; member in struct:ehci_softc

Completed in 191 milliseconds