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()
636 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()639 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()668 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()700 stream_info->stream_ctx_array, in xhci_alloc_stream_info()770 if (stream_info->stream_ctx_array) in xhci_free_stream_info()773 stream_info->stream_ctx_array, in xhci_free_stream_info()
553 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
621 st_ctx = &ep->stream_info->stream_ctx_array[stream_id]; in xhci_get_hw_deq()1395 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()
832 struct xhci_stream_ctx *stream_ctx_array; member