Home
last modified time | relevance | path

Searched refs:sc_isoc_hs_p_last (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dehci.c466 sc->sc_isoc_hs_p_last[i] = itd; in ehci_init()
491 pframes[i] = sc->sc_isoc_hs_p_last in ehci_init()
886 itd = sc->sc_isoc_hs_p_last[pos]; in ehci_dump_isoc()
2083 ehci_itd_t **pp_last = &sc->sc_isoc_hs_p_last[xfer->qh_pos]; in ehci_isoc_hs_done()
2093 if (pp_last >= &sc->sc_isoc_hs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]) { in ehci_isoc_hs_done()
2094 pp_last = &sc->sc_isoc_hs_p_last[0]; in ehci_isoc_hs_done()
2749 pp_last = &sc->sc_isoc_hs_p_last[startframe]; in ehci_device_isoc_hs_enter()
2760 if (pp_last >= &sc->sc_isoc_hs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]) { in ehci_device_isoc_hs_enter()
2761 pp_last = &sc->sc_isoc_hs_p_last[0]; in ehci_device_isoc_hs_enter()
H A Dehci.h328 struct ehci_itd *sc_isoc_hs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]; member