Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-ring.c963 u64 hw_deq; in xhci_invalidate_cancelled_tds() local
988 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, in xhci_invalidate_cancelled_tds()
990 hw_deq &= ~0xf; in xhci_invalidate_cancelled_tds()
993 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
1044 u64 hw_deq; in find_halted_td() local
1047 hw_deq = xhci_get_hw_deq(ep->xhci, ep->vdev, ep->ep_index, 0); in find_halted_td()
1048 hw_deq &= ~0xf; in find_halted_td()
1051 td->last_trb, hw_deq, false)) in find_halted_td()
/linux/drivers/usb/cdns3/
A 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()

Completed in 14 milliseconds