Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c585 bool td_last_trb_found = false; in xhci_move_dequeue_past_td() local
651 if (td_last_trb_found) in xhci_move_dequeue_past_td()
655 td_last_trb_found = true; in xhci_move_dequeue_past_td()
669 } while (!cycle_found || !td_last_trb_found); in xhci_move_dequeue_past_td()