Lines Matching refs:stream_rings
609 return ep->stream_info->stream_rings[stream_id];
651 stream_info->stream_rings = kcalloc_node(
654 if (!stream_info->stream_rings)
680 stream_info->stream_rings[cur_stream] =
683 cur_ring = stream_info->stream_rings[cur_stream];
700 stream_info->stream_rings[cur_stream] = NULL;
715 cur_ring = stream_info->stream_rings[cur_stream];
718 stream_info->stream_rings[cur_stream] = NULL;
728 kfree(stream_info->stream_rings);
787 cur_ring = stream_info->stream_rings[cur_stream];
790 stream_info->stream_rings[cur_stream] = NULL;
801 kfree(stream_info->stream_rings);