Searched refs:hw_deq (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/host/ |
D | xhci-ring.c | 985 u64 hw_deq; in xhci_invalidate_cancelled_tds() local 1010 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, in xhci_invalidate_cancelled_tds() 1012 hw_deq &= ~0xf; in xhci_invalidate_cancelled_tds() 1015 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds() 1066 u64 hw_deq; in find_halted_td() local 1069 hw_deq = xhci_get_hw_deq(ep->xhci, ep->vdev, ep->ep_index, 0); in find_halted_td() 1070 hw_deq &= ~0xf; in find_halted_td() 1073 td->last_trb, hw_deq, false)) in find_halted_td()
|