Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c579 bool td_last_trb_found = false; in xhci_find_new_dequeue_state() local
647 if (td_last_trb_found) in xhci_find_new_dequeue_state()
651 td_last_trb_found = true; 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.c634 bool td_last_trb_found = false; in xhci_move_dequeue_past_td() local
680 if (td_last_trb_found) in xhci_move_dequeue_past_td()
684 td_last_trb_found = true; in xhci_move_dequeue_past_td()
698 } while (!cycle_found || !td_last_trb_found); in xhci_move_dequeue_past_td()

Completed in 16 milliseconds