Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c526 bool cycle_found = false; in xhci_find_new_dequeue_state() local
554 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state()
556 cycle_found = true; in xhci_find_new_dequeue_state()
563 if (cycle_found && trb_is_link(new_deq) && in xhci_find_new_dequeue_state()
577 } while (!cycle_found || !td_last_trb_found); in xhci_find_new_dequeue_state()