Lines Matching refs:stream_rings
643 return ep->stream_info->stream_rings[stream_id]; in xhci_stream_id_to_ring()
682 stream_info->stream_rings = kzalloc( in xhci_alloc_stream_info()
685 if (!stream_info->stream_rings) in xhci_alloc_stream_info()
710 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()
712 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()
729 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()
744 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()
747 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()
752 kfree(stream_info->stream_rings); in xhci_alloc_stream_info()
811 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_free_stream_info()
814 stream_info->stream_rings[cur_stream] = NULL; in xhci_free_stream_info()
825 kfree(stream_info->stream_rings); in xhci_free_stream_info()