Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c440 bool cycle_found = false; in cdnsp_find_new_dequeue_state() local
464 if (!cycle_found && cdnsp_trb_virt_to_dma(new_seg, new_deq) in cdnsp_find_new_dequeue_state()
466 cycle_found = true; in cdnsp_find_new_dequeue_state()
475 if (cycle_found && cdnsp_trb_is_link(new_deq) && in cdnsp_find_new_dequeue_state()
490 } while (!cycle_found || !td_last_trb_found); in cdnsp_find_new_dequeue_state()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c578 bool cycle_found = false; in xhci_find_new_dequeue_state() local
644 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state()
646 cycle_found = true; in xhci_find_new_dequeue_state()
653 if (cycle_found && trb_is_link(new_deq) && in xhci_find_new_dequeue_state()
667 } while (!cycle_found || !td_last_trb_found); in xhci_find_new_dequeue_state()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c633 bool cycle_found = false; in xhci_move_dequeue_past_td() local
677 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
679 cycle_found = true; in xhci_move_dequeue_past_td()
686 if (cycle_found && trb_is_link(new_deq) && in xhci_move_dequeue_past_td()
698 } while (!cycle_found || !td_last_trb_found); in xhci_move_dequeue_past_td()

Completed in 14 milliseconds