Lines Matching defs:stream_id
863 uint16_t stream_id = 0;
907 stream_id == (XHCI_MAX_STREAMS - 1))
909 stream_id++;
911 DPRINTFN(5, "stream_id=%u\n", stream_id);
914 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)];
1524 uint16_t stream_id, uint8_t ep_id, uint8_t slot_id)
1533 temp = XHCI_TRB_2_STREAM_SET(stream_id);
2808 epno | XHCI_DB_SID_SET(xfer->stream_id));
2823 pepext->trb_used[xfer->stream_id]--;
2849 id = xfer->stream_id;
3056 usb_stream_t stream_id, struct usb_xfer *enter_xfer)
3061 xfer = ep->endpoint_q[stream_id].curr;
3073 xfer = TAILQ_FIRST(&ep->endpoint_q[stream_id].head);
3099 xfer->stream_id, xfer);
3112 xfer->stream_id, NULL);
3767 usb_stream_t stream_id;
3784 stream_id = xfer->stream_id;
3821 (pepext->physaddr + (stream_id * sizeof(struct xhci_trb) *
3823 stream_id, epno, index);
3942 xfer->stream_id, NULL);