Lines Matching refs:stream_id
859 uint16_t stream_id = 0; in xhci_check_transfer() local
903 stream_id == (XHCI_MAX_STREAMS - 1)) in xhci_check_transfer()
905 stream_id++; in xhci_check_transfer()
907 DPRINTFN(5, "stream_id=%u\n", stream_id); in xhci_check_transfer()
910 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer()
1536 uint16_t stream_id, uint8_t ep_id, uint8_t slot_id) in xhci_cmd_set_tr_dequeue_ptr() argument
1545 temp = XHCI_TRB_2_STREAM_SET(stream_id); in xhci_cmd_set_tr_dequeue_ptr()
2805 epno | XHCI_DB_SID_SET(xfer->stream_id)); in xhci_endpoint_doorbell()
2820 pepext->trb_used[xfer->stream_id]--; in xhci_transfer_remove()
2846 id = xfer->stream_id; in xhci_transfer_insert()
3036 usb_stream_t stream_id, struct usb_xfer *enter_xfer) in xhci_device_generic_multi_enter() argument
3041 xfer = ep->endpoint_q[stream_id].curr; in xhci_device_generic_multi_enter()
3053 xfer = TAILQ_FIRST(&ep->endpoint_q[stream_id].head); in xhci_device_generic_multi_enter()
3079 xfer->stream_id, xfer); in xhci_device_generic_enter()
3092 xfer->stream_id, NULL); in xhci_device_generic_start()
3770 usb_stream_t stream_id; in xhci_configure_reset_endpoint() local
3789 stream_id = xfer->stream_id; in xhci_configure_reset_endpoint()
3836 (pepext->physaddr + (stream_id * sizeof(struct xhci_trb) * in xhci_configure_reset_endpoint()
3838 stream_id, epno, index); in xhci_configure_reset_endpoint()
3986 xfer->stream_id, NULL); in xhci_configure_msg()