Searched refs:hw_deq (Results 1 – 1 of 1) sorted by relevance
1042 u64 hw_deq; in xhci_invalidate_cancelled_tds() local1078 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, in xhci_invalidate_cancelled_tds()1080 hw_deq &= TR_DEQ_PTR_MASK; in xhci_invalidate_cancelled_tds()1082 if (td->cancel_status == TD_HALTED || trb_in_td(td, hw_deq)) { in xhci_invalidate_cancelled_tds()1165 u64 hw_deq; in find_halted_td() local1168 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, 0); in find_halted_td()1169 hw_deq &= TR_DEQ_PTR_MASK; in find_halted_td()1171 if (trb_in_td(td, hw_deq)) in find_halted_td()