Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c449 bool td_last_trb_found = false; in xhci_find_new_dequeue_state() local
488 if (td_last_trb_found) in xhci_find_new_dequeue_state()
492 td_last_trb_found = true; in xhci_find_new_dequeue_state()
509 } while (!cycle_found || !td_last_trb_found); in xhci_find_new_dequeue_state()