Searched refs:stream_ctx_array (Results 1 – 7 of 7) sorted by relevance
520 dma_pool_free(pdev->device_pool, pep->stream_info.stream_ctx_array, in cdnsp_free_stream_ctx()585 stream_info->stream_ctx_array = cdnsp_alloc_stream_ctx(pdev, pep); in cdnsp_alloc_stream_info()586 if (!stream_info->stream_ctx_array) in cdnsp_alloc_stream_info()589 memset(stream_info->stream_ctx_array, 0, in cdnsp_alloc_stream_info()614 stream_info->stream_ctx_array[cur_stream].stream_ring = in cdnsp_alloc_stream_info()661 if (stream_info->stream_ctx_array) in cdnsp_free_stream_info()
775 struct cdnsp_stream_ctx *stream_ctx_array; member
408 st_ctx = &pep->stream_info.stream_ctx_array[stream_id]; in cdnsp_get_hw_deq()
641 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()644 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()646 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()675 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()773 if (stream_info->stream_ctx_array) in xhci_free_stream_info()776 stream_info->stream_ctx_array, in xhci_free_stream_info()
552 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
552 st_ctx = &ep->stream_info->stream_ctx_array[stream_id]; in xhci_get_hw_deq()1419 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()
851 struct xhci_stream_ctx *stream_ctx_array; member