Lines Matching defs:xpipe
2061 struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe;
2099 usb_init_task(&xpipe->xp_async_task, xhci_pipe_restart_async_task,
2109 xpipe->xp_isoc_next = -1;
3905 struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe;
4017 xpipe->xp_ival = ival;
4018 xpipe->xp_maxb = maxb + 1;
4019 xpipe->xp_mult = mult + 1;
4610 struct xhci_pipe * const xpipe = (struct xhci_pipe *)xfer->ux_pipe;
4620 const uint8_t maxb = xpipe->xp_maxb;
4639 ival = xpipe->xp_ival;
4647 if (xpipe->xp_isoc_next == -1) {
4655 xpipe->xp_isoc_next = roundup2(mfindex, ival) & mfmask;
4665 const unsigned frid = xpipe->xp_isoc_next /
4681 } else if (xpipe->xp_isoc_next == -1) {
4693 xpipe->xp_isoc_next = (xpipe->xp_isoc_next + ival) & mfmask;