Lines Matching refs:stream_id
405 unsigned int stream_id)
421 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id));
423 writel(DB_VALUE(ep_index, stream_id), db_addr);
434 unsigned int stream_id;
446 for (stream_id = 1; stream_id < ep->stream_info->num_streams;
447 stream_id++) {
449 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list))
451 stream_id);
482 /* Get the right ring for the given slot_id, ep_index and stream_id.
488 unsigned int stream_id)
500 if (stream_id == 0) {
508 if (stream_id < ep->stream_info->num_streams)
509 return ep->stream_info->stream_rings[stream_id];
517 stream_id);
529 unsigned int ep_index, unsigned int stream_id)
538 st_ctx = &ep->stream_info->stream_ctx_array[stream_id];
565 unsigned int stream_id, struct xhci_td *cur_td,
582 ep_index, stream_id);
586 stream_id);
610 hw_dequeue = xhci_get_hw_deq(xhci, dev, ep_index, stream_id);
635 state->stream_id = stream_id;
843 struct xhci_virt_ep *ep, unsigned int stream_id,
865 xhci_cleanup_stalled_ring(xhci, slot_id, ep->ep_index, stream_id,
898 td->urb, td->urb->stream_id);
906 td->urb->stream_id);
913 td->urb->stream_id,
1051 int stream_id;
1053 for (stream_id = 1; stream_id < ep->stream_info->num_streams;
1054 stream_id++) {
1055 ring = ep->stream_info->stream_rings[stream_id];
1061 slot_id, ep_index, stream_id);
1230 unsigned int stream_id;
1238 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2]));
1244 ep_ring = xhci_stream_id_to_ring(dev, ep_index, stream_id);
1247 stream_id);
1294 &ep->stream_info->stream_ctx_array[stream_id];
2095 xhci_handle_halted_endpoint(xhci, ep, ep_ring->stream_id, td,
2400 xhci_handle_halted_endpoint(xhci, ep, ep_ring->stream_id, td,
2669 ep_ring->stream_id,
2795 ep_ring->stream_id,
3158 unsigned int stream_id,
3170 ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id);
3173 stream_id);
3262 unsigned int ep_index, unsigned int stream_id, int start_cycle,
3274 xhci_ring_ep_doorbell(xhci, slot_id, ep_index, stream_id);
3477 ep_index, urb->stream_id,
3586 ep_index, urb->stream_id,
3596 giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id,
3636 ep_index, urb->stream_id,
3954 urb->stream_id, trbs_per_td, urb, i, mem_flags);
4058 giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id,
4296 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id);
4334 if (deq_state->stream_id)