Searched refs:stream_rings (Results 1 – 4 of 4) sorted by relevance
706 stream_info->stream_rings = kcalloc_node( in xhci_alloc_stream_info()709 if (!stream_info->stream_rings) in xhci_alloc_stream_info()735 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()738 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()755 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()770 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()773 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()783 kfree(stream_info->stream_rings); in xhci_alloc_stream_info()842 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_free_stream_info()845 stream_info->stream_rings[cur_stream] = NULL; in xhci_free_stream_info()[all …]
524 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write()582 epriv->show_ring = epriv->stream_info->stream_rings[1]; in xhci_debugfs_create_stream_files()
474 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()524 return ep->stream_info->stream_rings[stream_id]; in xhci_virt_ep_to_ring()1192 ring = ep->stream_info->stream_rings[stream_id]; in xhci_kill_endpoint_urbs()
852 struct xhci_ring **stream_rings; member