Searched refs:cur_stream (Results 1 – 1 of 1) sorted by relevance
507 u32 cur_stream; in xhci_test_radix_tree() local511 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_test_radix_tree()515 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_test_radix_tree()525 cur_stream, in xhci_test_radix_tree()545 cur_stream, in xhci_test_radix_tree()598 u32 cur_stream; in xhci_alloc_stream_info() local648 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()649 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()651 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()654 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()[all …]