Searched refs:stream_ctx_array (Results 1 – 4 of 4) sorted by relevance
520 dma_pool_free(pdev->device_pool, pep->stream_info.stream_ctx_array, in cdnsp_free_stream_ctx()584 stream_info->stream_ctx_array = cdnsp_alloc_stream_ctx(pdev, pep); in cdnsp_alloc_stream_info()585 if (!stream_info->stream_ctx_array) in cdnsp_alloc_stream_info()588 memset(stream_info->stream_ctx_array, 0, in cdnsp_alloc_stream_info()613 stream_info->stream_ctx_array[cur_stream].stream_ring = in cdnsp_alloc_stream_info()662 if (stream_info->stream_ctx_array) in cdnsp_free_stream_info()
318 __entry->stream_ring = le64_to_cpu(info->stream_ctx_array[stream_id].stream_ring);
575 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
583 struct xhci_stream_ctx *stream_ctx_array; member