Home
last modified time | relevance | path

Searched refs:cur_stream (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dxhci-mem.c511 u32 cur_stream; in xhci_test_radix_tree() local
515 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() local
652 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 …]