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

/drivers/usb/host/
H A Dxhci-mem.c507 struct xhci_ring *mapped_ring; local
514 mapped_ring = dma_to_stream_ring(stream_info, addr);
515 if (cur_ring != mapped_ring) {
521 mapped_ring);
529 mapped_ring = dma_to_stream_ring(stream_info, addr);
530 if (mapped_ring != cur_ring) {
533 mapped_ring = dma_to_stream_ring(stream_info, addr);
535 if (mapped_ring == cur_ring) {
541 mapped_ring);

Completed in 58 milliseconds