Searched refs:hw_deq (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 986 u64 hw_deq; in xhci_invalidate_cancelled_tds() local 1008 * Rings halted due to STALL may show hw_deq is past the stalled in xhci_invalidate_cancelled_tds() 1011 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, in xhci_invalidate_cancelled_tds() 1013 hw_deq &= ~0xf; in xhci_invalidate_cancelled_tds() 1016 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds() 1067 u64 hw_deq; in find_halted_td() local 1070 hw_deq = xhci_get_hw_deq(ep->xhci, ep->vdev, ep->ep_index, 0); in find_halted_td() 1071 hw_deq &= ~0xf; in find_halted_td() 1074 td->last_trb, hw_deq, false)) in find_halted_td() 1123 * If streams case we can't find hw_deq, o in xhci_handle_cmd_stop_ep() [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 700 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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 885 u64 hw_deq; in xhci_invalidate_cancelled_tds() local 905 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, in xhci_invalidate_cancelled_tds() 907 hw_deq &= ~0xf; in xhci_invalidate_cancelled_tds() 910 td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
|
Completed in 11 milliseconds