Searched refs:stream_ctx_array (Results 1 – 4 of 4) sorted by relevance
658 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()661 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()663 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()692 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()790 if (stream_info->stream_ctx_array) in xhci_free_stream_info()793 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()
538 st_ctx = &ep->stream_info->stream_ctx_array[stream_id]; in xhci_get_hw_deq()1198 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()
851 struct xhci_stream_ctx *stream_ctx_array; member