Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c955 u64 hw_deq; in xhci_invalidate_cancelled_tds() local
980 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, in xhci_invalidate_cancelled_tds()
982 hw_deq &= ~0xf; in xhci_invalidate_cancelled_tds()
985 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
1036 u64 hw_deq; in find_halted_td() local
1039 hw_deq = xhci_get_hw_deq(ep->xhci, ep->vdev, ep->ep_index, 0); in find_halted_td()
1040 hw_deq &= ~0xf; in find_halted_td()
1043 td->last_trb, hw_deq, false)) in find_halted_td()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c700 u64 hw_deq; in cdnsp_remove_request() local
715 hw_deq = cdnsp_get_hw_deq(pdev, pep->idx, preq->request.stream_id); in cdnsp_remove_request()
716 hw_deq &= ~0xf; in cdnsp_remove_request()
719 cur_td->last_trb, hw_deq); in cdnsp_remove_request()