Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1231 bool handling_skipped_tds = false; in cdnsp_handle_tx_event() local
1405 handling_skipped_tds = pep->skip; in cdnsp_handle_tx_event()
1411 if (!handling_skipped_tds) in cdnsp_handle_tx_event()
1420 } while (handling_skipped_tds); in cdnsp_handle_tx_event()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c2676 bool handling_skipped_tds = false; in handle_tx_event() local
3029 handling_skipped_tds = ep->skip && in handle_tx_event()
3037 if (!handling_skipped_tds) in handle_tx_event()
3046 } while (handling_skipped_tds); in handle_tx_event()