Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c333 static bool trb_in_td(struct xhci_td *td, dma_addr_t suspect_dma) in trb_in_td() function
1082 if (td->cancel_status == TD_HALTED || trb_in_td(td, hw_deq)) { in xhci_invalidate_cancelled_tds()
1171 if (trb_in_td(td, hw_deq)) in find_halted_td()
2622 if (trb_in_td(td, dma)) in find_td_by_dma()
2816 if (td && td->error_mid_td && !trb_in_td(td, ep_trb_dma)) { in handle_tx_event()
2852 if (!trb_in_td(td, ep_trb_dma)) { in handle_tx_event()