Home
last modified time | relevance | path

Searched refs:handling_skipped_tds (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c1229 bool handling_skipped_tds = false; in cdnsp_handle_tx_event() local
1403 handling_skipped_tds = pep->skip; in cdnsp_handle_tx_event()
1409 if (!handling_skipped_tds) in cdnsp_handle_tx_event()
1418 } while (handling_skipped_tds); in cdnsp_handle_tx_event()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c2446 bool handling_skipped_tds = false; in handle_tx_event() local
2810 handling_skipped_tds = ep->skip && in handle_tx_event()
2818 if (!handling_skipped_tds) in handle_tx_event()
2827 } while (handling_skipped_tds); in handle_tx_event()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c2576 bool handling_skipped_tds = false; in handle_tx_event() local
2933 handling_skipped_tds = ep->skip && in handle_tx_event()
2941 if (!handling_skipped_tds) in handle_tx_event()
2950 } while (handling_skipped_tds); in handle_tx_event()

Completed in 14 milliseconds