Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c507 u32 cur_stream; in xhci_test_radix_tree() local
511 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() local
648 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 …]