Searched refs:sc_intr_p_last (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dohci.h236 struct ohci_ed *sc_intr_p_last[OHCI_NO_EDS]; member in struct:ohci_softc
H A Duhci.h212 struct uhci_qh *sc_intr_p_last[UHCI_IFRAMELIST_COUNT]; member in struct:uhci_softc
H A Dohci.c347 sc->sc_intr_p_last[i] =
367 ed_x = sc->sc_intr_p_last[x];
368 ed_y = sc->sc_intr_p_last[y];
383 ed_int = sc->sc_intr_p_last[0];
400 sc->sc_intr_p_last[i | (OHCI_NO_EDS / 2)]->ed_self;
415 ohci_dump_ed(sc->sc_intr_p_last[i]);
1655 OHCI_REMOVE_QH(ed, sc->sc_intr_p_last[xfer->qh_pos]);
1807 ohci_setup_standard_chain(xfer, &sc->sc_intr_p_last[xfer->qh_pos]);
2623 OHCI_APPEND_QH(ed, sc->sc_intr_p_last[xfer->qh_pos]);
2659 OHCI_REMOVE_QH(ed, sc->sc_intr_p_last[xfe
[all...]
H A Duhci.c499 sc->sc_intr_p_last[x] =
519 qh_x = sc->sc_intr_p_last[x];
520 qh_y = sc->sc_intr_p_last[y];
536 qh_intr = sc->sc_intr_p_last[0];
550 qh_intr = sc->sc_intr_p_last[x | (UHCI_IFRAMELIST_COUNT / 2)];
1875 UHCI_REMOVE_QH(qh, sc->sc_intr_p_last[xfer->qh_pos]);
2082 UHCI_APPEND_QH(qh, sc->sc_intr_p_last[xfer->qh_pos]);
3110 UHCI_APPEND_QH(qh, sc->sc_intr_p_last[xfer->qh_pos]);
3154 UHCI_REMOVE_QH(qh, sc->sc_intr_p_last[xfer->qh_pos]);
H A Dehci.c373 sc->sc_intr_p_last[i] = qh;
406 qh_x = sc->sc_intr_p_last[x];
407 qh_y = sc->sc_intr_p_last[y];
422 qh = sc->sc_intr_p_last[0];
453 sc->sc_intr_p_last[i | (EHCI_VIRTUAL_FRAMELIST_COUNT / 2)]->qh_self;
2199 sc->sc_intr_p_last[xfer->qh_pos]);
2395 ehci_setup_standard_chain(xfer, &sc->sc_intr_p_last[xfer->qh_pos]);
3831 sc->sc_intr_p_last[xfer->qh_pos]);
3865 sc->sc_intr_p_last[xfer->qh_pos]);
H A Dehci.h326 struct ehci_qh *sc_intr_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]; member in struct:ehci_softc

Completed in 1932 milliseconds