Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c2442 if (td->error_mid_td) in process_isoc_td()
2464 td->error_mid_td = true; in process_isoc_td()
2474 td->error_mid_td = true; in process_isoc_td()
2507 if (td->error_mid_td && ep_trb != td->last_trb) { in process_isoc_td()
2913 if (td->error_mid_td && in handle_tx_event()
H A Dxhci.h1324 bool error_mid_td; member