Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-ring.c1229 bool handling_skipped_tds = false; in cdnsp_handle_tx_event() local
1396 handling_skipped_tds = pep->skip; in cdnsp_handle_tx_event()
1402 if (!handling_skipped_tds) in cdnsp_handle_tx_event()
1411 } while (handling_skipped_tds); in cdnsp_handle_tx_event()
/drivers/usb/host/
Dxhci-ring.c2613 bool handling_skipped_tds = false; in handle_tx_event() local
2944 handling_skipped_tds = ep->skip && in handle_tx_event()
2952 if (!handling_skipped_tds) in handle_tx_event()
2961 } while (handling_skipped_tds); in handle_tx_event()