Lines Matching defs:xpipe
2026 struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe;
2064 usb_init_task(&xpipe->xp_async_task, xhci_pipe_restart_async_task,
2074 xpipe->xp_isoc_next = -1;
3852 struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe;
3964 xpipe->xp_maxb = maxb + 1;
3965 xpipe->xp_mult = mult + 1;
4556 struct xhci_pipe * const xpipe = (struct xhci_pipe *)xfer->ux_pipe;
4566 const uint8_t maxb = xpipe->xp_maxb;
4591 if (xpipe->xp_isoc_next == -1) {
4598 xpipe->xp_isoc_next = roundup2(mfindex, ival);
4620 control |= XHCI_TRB_3_FRID_SET(xpipe->xp_isoc_next);
4622 } else if (xpipe->xp_isoc_next == -1) {
4623 control |= XHCI_TRB_3_FRID_SET(xpipe->xp_isoc_next);
4634 xpipe->xp_isoc_next += ival;