Searched refs:stream_rings (Results 1 – 7 of 7) sorted by relevance
578 stream_info->stream_rings = kcalloc(num_streams, in cdnsp_alloc_stream_info()581 if (!stream_info->stream_rings) in cdnsp_alloc_stream_info()602 stream_info->stream_rings[cur_stream] = cur_ring; in cdnsp_alloc_stream_info()628 cur_ring = stream_info->stream_rings[cur_stream]; in cdnsp_alloc_stream_info()631 stream_info->stream_rings[cur_stream] = NULL; in cdnsp_alloc_stream_info()636 kfree(pep->stream_info.stream_rings); in cdnsp_alloc_stream_info()654 cur_ring = stream_info->stream_rings[cur_stream]; in cdnsp_free_stream_info()657 stream_info->stream_rings[cur_stream] = NULL; in cdnsp_free_stream_info()664 kfree(stream_info->stream_rings); in cdnsp_free_stream_info()
336 return pep->stream_info.stream_rings[stream_id]; in cdnsp_get_transfer_ring()1201 ep_ring = pep->stream_info.stream_rings[cur_stream]; in cdnsp_handle_tx_nrdy()1211 ep_ring = pep->stream_info.stream_rings[dev_sid]; in cdnsp_handle_tx_nrdy()
776 struct cdnsp_ring **stream_rings; member
610 stream_info->stream_rings = kcalloc_node( in xhci_alloc_stream_info()613 if (!stream_info->stream_rings) in xhci_alloc_stream_info()637 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()639 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()657 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()672 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()675 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()685 kfree(stream_info->stream_rings); in xhci_alloc_stream_info()744 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_free_stream_info()747 stream_info->stream_rings[cur_stream] = NULL; in xhci_free_stream_info()[all …]
506 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write()564 epriv->show_ring = epriv->stream_info->stream_rings[1]; in xhci_debugfs_create_stream_files()
595 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()645 return ep->stream_info->stream_rings[stream_id]; in xhci_virt_ep_to_ring()1340 ring = ep->stream_info->stream_rings[stream_id]; in xhci_kill_endpoint_urbs()
576 struct xhci_ring **stream_rings; member