Searched refs:stream_rings (Results 1 – 7 of 7) sorted by relevance
578 stream_info->stream_rings = kzalloc_objs(struct cdnsp_ring *, in cdnsp_alloc_stream_info()580 if (!stream_info->stream_rings) in cdnsp_alloc_stream_info()601 stream_info->stream_rings[cur_stream] = cur_ring; in cdnsp_alloc_stream_info()627 cur_ring = stream_info->stream_rings[cur_stream]; in cdnsp_alloc_stream_info()630 stream_info->stream_rings[cur_stream] = NULL; in cdnsp_alloc_stream_info()635 kfree(pep->stream_info.stream_rings); in cdnsp_alloc_stream_info()653 cur_ring = stream_info->stream_rings[cur_stream]; in cdnsp_free_stream_info()656 stream_info->stream_rings[cur_stream] = NULL; in cdnsp_free_stream_info()663 kfree(stream_info->stream_rings); in cdnsp_free_stream_info()
336 return pep->stream_info.stream_rings[stream_id]; in cdnsp_get_transfer_ring()1203 ep_ring = pep->stream_info.stream_rings[cur_stream]; in cdnsp_handle_tx_nrdy()1213 ep_ring = pep->stream_info.stream_rings[dev_sid]; in cdnsp_handle_tx_nrdy()
780 struct cdnsp_ring **stream_rings; member
639 stream_info->stream_rings = kcalloc_node( in xhci_alloc_stream_info()642 if (!stream_info->stream_rings) in xhci_alloc_stream_info()666 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()668 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()686 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()701 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()704 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()776 stream_info->stream_rings[cur_stream] = NULL; in xhci_free_stream_info()[all …]
539 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write()597 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()1343 ring = ep->stream_info->stream_rings[stream_id]; in xhci_kill_endpoint_urbs()
573 struct xhci_ring **stream_rings; member