Searched refs:trb_in_td (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 1032 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds() 1122 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td() 2144 struct xhci_segment *trb_in_td(struct xhci_hcd *xhci, in trb_in_td() function 2910 ep_seg = trb_in_td(xhci, ep_ring->deq_seg, ep_ring->dequeue, in handle_tx_event() 2958 ep_seg = trb_in_td(xhci, td_next->start_seg, td_next->first_trb, in handle_tx_event() 2978 trb_in_td(xhci, ep_ring->deq_seg, in handle_tx_event()
|
H A D | xhci.h | 1910 struct xhci_segment *trb_in_td(struct xhci_hcd *xhci,
|