Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c584 bool cycle_found = false; in xhci_move_dequeue_past_td() local
648 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
650 cycle_found = true; in xhci_move_dequeue_past_td()
657 if (cycle_found && trb_is_link(new_deq) && in xhci_move_dequeue_past_td()
669 } while (!cycle_found || !td_last_trb_found); in xhci_move_dequeue_past_td()