Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c2407 if (td->error_mid_td) in process_isoc_td()
2429 td->error_mid_td = true; in process_isoc_td()
2439 td->error_mid_td = true; in process_isoc_td()
2474 if (td->error_mid_td && ep_trb != td->last_trb) { in process_isoc_td()
2793 if (td && td->error_mid_td && !trb_in_td(xhci, td, ep_trb_dma, false)) { in handle_tx_event()
Dxhci.h1296 bool error_mid_td; member