Lines Matching refs:ux_pipe
2229 (uintptr_t)xfer, (uintptr_t)xfer->ux_pipe, 0, 0);
2236 xhci_pipe_restart(xfer->ux_pipe);
2485 KASSERTMSG(xfer->ux_pipe != NULL, "xfer(%p)->ux_pipe is NULL", xfer);
2487 if (!xfer->ux_pipe->up_repeat &&
2488 SIMPLEQ_EMPTY(&xfer->ux_pipe->up_queue)) {
2495 UE_GET_XFERTYPE(xfer->ux_pipe->up_endpoint->ue_edesc->bmAttributes);
2554 xhci_pipe_restart_async(xfer->ux_pipe);
2589 (uintptr_t)xfer->ux_pipe, 0);
4377 return xhci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
4410 KASSERT(xfer->ux_pipe->up_intrxfer == xfer);
4468 return xhci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
4475 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
4476 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc);
4606 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
4607 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc);
4610 struct xhci_pipe * const xpipe = (struct xhci_pipe *)xfer->ux_pipe;
4618 const uint16_t MPS = UGETW(xfer->ux_pipe->up_endpoint->ue_edesc->wMaxPacketSize);
4732 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
4733 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc);
4754 return xhci_device_bulk_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
4761 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
4762 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc);
4846 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
4847 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc);
4884 return xhci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
4891 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
4892 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc);
4958 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
4959 const u_int dci = xhci_ep_get_dci(xfer->ux_pipe->up_endpoint->ue_edesc);