Searched refs:qh_pos (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/
H A Dusb_core.h165 uint16_t qh_pos; member in struct:usb_xfer
/freebsd-10.3-release/sys/dev/usb/controller/
H A Duhci.c1016 uhci_td_t **pp_last = &sc->sc_isoc_p_last[xfer->qh_pos];
1876 UHCI_REMOVE_QH(qh, sc->sc_intr_p_last[xfer->qh_pos]);
2043 xfer->qh_pos = best;
2054 sc->sc_intr_stat[xfer->qh_pos]--;
2083 UHCI_APPEND_QH(qh, sc->sc_intr_p_last[xfer->qh_pos]);
2208 xfer->qh_pos = xfer->endpoint->isoc_next;
3111 UHCI_APPEND_QH(qh, sc->sc_intr_p_last[xfer->qh_pos]);
3155 UHCI_REMOVE_QH(qh, sc->sc_intr_p_last[xfer->qh_pos]);
H A Dehci.c2076 ehci_sitd_t **pp_last = &sc->sc_isoc_fs_p_last[xfer->qh_pos];
2130 ehci_itd_t **pp_last = &sc->sc_isoc_hs_p_last[xfer->qh_pos];
2221 sc->sc_intr_p_last[xfer->qh_pos]);
2386 xfer->qh_pos = best;
2397 sc->sc_intr_stat[xfer->qh_pos]--;
2417 ehci_setup_standard_chain(xfer, &sc->sc_intr_p_last[xfer->qh_pos]);
2563 xfer->qh_pos = xfer->endpoint->isoc_next;
2869 xfer->qh_pos = xfer->endpoint->isoc_next;
3821 sc->sc_intr_p_last[xfer->qh_pos]);
3855 sc->sc_intr_p_last[xfer->qh_pos]);
[all...]
H A Dohci.c1656 OHCI_REMOVE_QH(ed, sc->sc_intr_p_last[xfer->qh_pos]);
1780 xfer->qh_pos = best;
1791 sc->sc_intr_stat[xfer->qh_pos]--;
1808 ohci_setup_standard_chain(xfer, &sc->sc_intr_p_last[xfer->qh_pos]);
2624 OHCI_APPEND_QH(ed, sc->sc_intr_p_last[xfer->qh_pos]);
2660 OHCI_REMOVE_QH(ed, sc->sc_intr_p_last[xfer->qh_pos]);
H A Dxhci.c2856 pepext->xfer[xfer->qh_pos] = NULL;
2984 DPRINTF("qh_pos = %u\n", i);
2988 xfer->qh_pos = i;

Completed in 224 milliseconds