Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c2451 if (td->error_mid_td) in process_isoc_td()
2473 td->error_mid_td = true; in process_isoc_td()
2483 td->error_mid_td = true; in process_isoc_td()
2518 if (td->error_mid_td && ep_trb != td->end_trb) { in process_isoc_td()
2831 if (td && td->error_mid_td && !trb_in_td(xhci, td, ep_trb_dma, false)) { in handle_tx_event()
H A Dxhci.h1304 bool error_mid_td; member