Searched refs:stream_ctx_array (Results 1 – 2 of 2) sorted by relevance
509 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()512 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()514 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()540 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()655 if (stream_info->stream_ctx_array) in xhci_free_stream_info()658 stream_info->stream_ctx_array, in xhci_free_stream_info()
739 struct xhci_stream_ctx *stream_ctx_array; member