Searched refs:trb_in_td (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 1000 if (td->cancel_status == TD_HALTED || trb_in_td(xhci, td, hw_deq, false)) { in xhci_invalidate_cancelled_tds() 1077 if (trb_in_td(ep->xhci, td, hw_deq, false)) in find_halted_td() 2069 struct xhci_segment *trb_in_td(struct xhci_hcd *xhci, struct xhci_td *td, dma_addr_t suspect_dma, in trb_in_td() function 2793 if (td && td->error_mid_td && !trb_in_td(xhci, td, ep_trb_dma, false)) { in handle_tx_event() 2824 ep_seg = trb_in_td(xhci, td, ep_trb_dma, false); in handle_tx_event() 2866 trb_in_td(xhci, td, ep_trb_dma, true); in handle_tx_event()
|
H A D | xhci.h | 1876 struct xhci_segment *trb_in_td(struct xhci_hcd *xhci, struct xhci_td *td,
|