Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c2425 if (td->error_mid_td) in process_isoc_td()
2447 td->error_mid_td = true; in process_isoc_td()
2453 td->error_mid_td = true; in process_isoc_td()
2463 td->error_mid_td = true; in process_isoc_td()
2498 if (td->error_mid_td && ep_trb != td->end_trb) { in process_isoc_td()
2826 if (td && td->error_mid_td && !trb_in_td(td, ep_trb_dma)) { in handle_tx_event()
H A Dxhci.h1311 bool error_mid_td; member