Home
last modified time | relevance | path

Searched refs:isoc_next (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c2438 xfer, xfer->endpoint->isoc_next, xfer->nframes); in ehci_device_isoc_fs_enter()
2448 buf_offset = (nframes - xfer->endpoint->isoc_next) & in ehci_device_isoc_fs_enter()
2459 xfer->endpoint->isoc_next = (nframes + 3) & in ehci_device_isoc_fs_enter()
2462 DPRINTFN(3, "start next=%d\n", xfer->endpoint->isoc_next); in ehci_device_isoc_fs_enter()
2468 buf_offset = (xfer->endpoint->isoc_next - nframes) & in ehci_device_isoc_fs_enter()
2493 pp_last = &sc->sc_isoc_fs_p_last[xfer->endpoint->isoc_next]; in ehci_device_isoc_fs_enter()
2497 xfer->qh_pos = xfer->endpoint->isoc_next; in ehci_device_isoc_fs_enter()
2628 xfer->endpoint->isoc_next = (pp_last - &sc->sc_isoc_fs_p_last[0]) & in ehci_device_isoc_fs_enter()
2749 xfer, xfer->endpoint->isoc_next, xfer->nframes, (int)shift);
2759 buf_offset = (nframes - xfer->endpoint->isoc_next) &
[all …]
Dxhci.c2052 y = XHCI_MFINDEX_GET(x - xfer->endpoint->isoc_next); in xhci_setup_generic_chain()
2064 xfer->endpoint->isoc_next = XHCI_MFINDEX_GET(x + (3 * 8)); in xhci_setup_generic_chain()
2068 DPRINTFN(3, "start next=%d\n", xfer->endpoint->isoc_next); in xhci_setup_generic_chain()
2073 y = XHCI_MFINDEX_GET(xfer->endpoint->isoc_next - (x & ~7)); in xhci_setup_generic_chain()
2080 temp.isoc_frame = xfer->endpoint->isoc_next; in xhci_setup_generic_chain()
2083 xfer->endpoint->isoc_next += xfer->nframes << shift; in xhci_setup_generic_chain()
/third_party/FreeBSD/sys/dev/usb/
Dusb_debug.c115 ep->edesc, ep->isoc_next, ep->toggle_next); in usb_dump_endpoint()
Dusbdi.h143 uint16_t isoc_next; member