Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c702 bool hw_dequeue_found = false; in xhci_move_dequeue_past_td() local
726 if (!hw_dequeue_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
728 hw_dequeue_found = true; in xhci_move_dequeue_past_td()
747 } while (!hw_dequeue_found || !td_last_trb_found); in xhci_move_dequeue_past_td()