Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c533 bool cycle_found = false; in xhci_find_new_dequeue_state() local
561 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state()
563 cycle_found = true; in xhci_find_new_dequeue_state()
570 if (cycle_found && trb_is_link(new_deq) && in xhci_find_new_dequeue_state()
584 } while (!cycle_found || !td_last_trb_found); in xhci_find_new_dequeue_state()