Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c436 bool td_last_trb_found = false; in cdnsp_find_new_dequeue_state() local
468 if (td_last_trb_found) in cdnsp_find_new_dequeue_state()
473 td_last_trb_found = true; in cdnsp_find_new_dequeue_state()
490 } while (!cycle_found || !td_last_trb_found); in cdnsp_find_new_dequeue_state()
/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c583 bool td_last_trb_found = false; in xhci_move_dequeue_past_td() local
649 if (td_last_trb_found) in xhci_move_dequeue_past_td()
653 td_last_trb_found = true; in xhci_move_dequeue_past_td()
667 } while (!cycle_found || !td_last_trb_found); in xhci_move_dequeue_past_td()