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.c2414 if (td->error_mid_td) in process_isoc_td()
2436 td->error_mid_td = true; in process_isoc_td()
2442 td->error_mid_td = true; in process_isoc_td()
2452 td->error_mid_td = true; in process_isoc_td()
2487 if (td->error_mid_td && ep_trb != td->end_trb) { in process_isoc_td()
2817 if (td && td->error_mid_td && !trb_in_td(td, ep_trb_dma)) { in handle_tx_event()
H A Dxhci.h1315 bool error_mid_td; member