Searched refs:stream_rings (Results 1 – 3 of 3) sorted by relevance
600 return ep->stream_info->stream_rings[stream_id]; in xhci_stream_id_to_ring()642 stream_info->stream_rings = kcalloc_node( in xhci_alloc_stream_info()645 if (!stream_info->stream_rings) in xhci_alloc_stream_info()671 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()674 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()691 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()706 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()709 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()714 kfree(stream_info->stream_rings); in xhci_alloc_stream_info()773 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_free_stream_info()[all …]
430 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()460 return ep->stream_info->stream_rings[stream_id]; in xhci_triad_to_transfer_ring()858 ring = ep->stream_info->stream_rings[stream_id]; in xhci_kill_endpoint_urbs()
834 struct xhci_ring **stream_rings; member