Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-mem.c516 struct xhci_ring *mapped_ring; in xhci_test_radix_tree() local
523 mapped_ring = dma_to_stream_ring(stream_info, addr); in xhci_test_radix_tree()
524 if (cur_ring != mapped_ring) { in xhci_test_radix_tree()
530 mapped_ring); in xhci_test_radix_tree()
538 mapped_ring = dma_to_stream_ring(stream_info, addr); in xhci_test_radix_tree()
539 if (mapped_ring != cur_ring) { in xhci_test_radix_tree()
542 mapped_ring = dma_to_stream_ring(stream_info, addr); in xhci_test_radix_tree()
544 if (mapped_ring == cur_ring) { in xhci_test_radix_tree()
550 mapped_ring); in xhci_test_radix_tree()