Lines Matching refs:stream_id

389 		unsigned int stream_id)  in xhci_ring_ep_doorbell()  argument
404 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
415 unsigned int stream_id; in ring_doorbell_for_active_rings() local
427 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings()
428 stream_id++) { in ring_doorbell_for_active_rings()
430 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()
432 stream_id); in ring_doorbell_for_active_rings()
449 unsigned int stream_id) in xhci_triad_to_transfer_ring() argument
458 if (stream_id == 0) { in xhci_triad_to_transfer_ring()
466 if (stream_id < ep->stream_info->num_streams) in xhci_triad_to_transfer_ring()
467 return ep->stream_info->stream_rings[stream_id]; in xhci_triad_to_transfer_ring()
475 stream_id); in xhci_triad_to_transfer_ring()
487 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq() argument
496 st_ctx = &ep->stream_info->stream_ctx_array[stream_id]; in xhci_get_hw_deq()
523 unsigned int stream_id, struct xhci_td *cur_td, in xhci_find_new_dequeue_state() argument
537 ep_index, stream_id); in xhci_find_new_dequeue_state()
541 stream_id); in xhci_find_new_dequeue_state()
548 hw_dequeue = xhci_get_hw_deq(xhci, dev, ep_index, stream_id); in xhci_find_new_dequeue_state()
552 state->stream_id = stream_id; in xhci_find_new_dequeue_state()
763 cur_td->urb->stream_id); in xhci_handle_cmd_stop_ep()
771 cur_td->urb->stream_id); in xhci_handle_cmd_stop_ep()
777 cur_td->urb->stream_id, in xhci_handle_cmd_stop_ep()
865 int stream_id; in xhci_kill_endpoint_urbs() local
867 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in xhci_kill_endpoint_urbs()
868 stream_id++) { in xhci_kill_endpoint_urbs()
869 ring = ep->stream_info->stream_rings[stream_id]; in xhci_kill_endpoint_urbs()
875 slot_id, ep_index, stream_id); in xhci_kill_endpoint_urbs()
1039 unsigned int stream_id; in xhci_handle_cmd_set_deq() local
1047 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()
1051 ep_ring = xhci_stream_id_to_ring(dev, ep_index, stream_id); in xhci_handle_cmd_set_deq()
1054 stream_id); in xhci_handle_cmd_set_deq()
1101 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()
1828 unsigned int stream_id, struct xhci_td *td, in xhci_cleanup_halted_endpoint() argument
1851 xhci_cleanup_stalled_ring(xhci, ep_index, stream_id, td); in xhci_cleanup_halted_endpoint()
1979 ep_ring->stream_id, td, EP_HARD_RESET); in finish_td()
2277 ep_ring->stream_id, td, EP_SOFT_RESET); in process_bulk_intr_td()
2620 ep_ring->stream_id, in handle_tx_event()
2952 unsigned int stream_id, in prepare_transfer() argument
2964 ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id); in prepare_transfer()
2967 stream_id); in prepare_transfer()
3056 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3068 xhci_ring_ep_doorbell(xhci, slot_id, ep_index, stream_id); in giveback_first_trb()
3267 ep_index, urb->stream_id, in xhci_queue_bulk_tx()
3376 ep_index, urb->stream_id, in xhci_queue_bulk_tx()
3384 giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, in xhci_queue_bulk_tx()
3424 ep_index, urb->stream_id, in xhci_queue_ctrl_tx()
3722 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()
3828 giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, in xhci_queue_isoc_tx()
4066 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in xhci_queue_new_dequeue_state()
4104 if (deq_state->stream_id) in xhci_queue_new_dequeue_state()