Searched refs:cur_stream (Results 1 – 1 of 1) sorted by relevance
511 u32 cur_stream; in xhci_test_radix_tree() local515 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_test_radix_tree()519 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_test_radix_tree()529 cur_stream, in xhci_test_radix_tree()549 cur_stream, in xhci_test_radix_tree()602 u32 cur_stream; in xhci_alloc_stream_info() local652 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()653 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()655 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()658 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()[all …]