Lines Matching refs:stream_id
944 uint16_t stream_id = 0; in xhci_check_transfer() local
988 stream_id == (XHCI_MAX_STREAMS - 1)) in xhci_check_transfer()
990 stream_id++; in xhci_check_transfer()
992 DPRINTFN(5, "stream_id=%u\n", stream_id); in xhci_check_transfer()
995 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer()
1621 uint16_t stream_id, uint8_t ep_id, uint8_t slot_id) in xhci_cmd_set_tr_dequeue_ptr() argument
1630 temp = XHCI_TRB_2_STREAM_SET(stream_id); in xhci_cmd_set_tr_dequeue_ptr()
2890 epno | XHCI_DB_SID_SET(xfer->stream_id)); in xhci_endpoint_doorbell()
2905 pepext->trb_used[xfer->stream_id]--; in xhci_transfer_remove()
2931 id = xfer->stream_id; in xhci_transfer_insert()
3121 usb_stream_t stream_id, struct usb_xfer *enter_xfer) in xhci_device_generic_multi_enter() argument
3126 xfer = ep->endpoint_q[stream_id].curr; in xhci_device_generic_multi_enter()
3138 xfer = TAILQ_FIRST(&ep->endpoint_q[stream_id].head); in xhci_device_generic_multi_enter()
3164 xfer->stream_id, xfer); in xhci_device_generic_enter()
3177 xfer->stream_id, NULL); in xhci_device_generic_start()
3855 usb_stream_t stream_id; in xhci_configure_reset_endpoint() local
3874 stream_id = xfer->stream_id; in xhci_configure_reset_endpoint()
3921 (pepext->physaddr + (stream_id * sizeof(struct xhci_trb) * in xhci_configure_reset_endpoint()
3923 stream_id, epno, index); in xhci_configure_reset_endpoint()
4071 xfer->stream_id, NULL); in xhci_configure_msg()