Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ring.c507 bool flip_cycle) in cdnsp_td_to_noop() argument
516 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in cdnsp_td_to_noop()
/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c801 static void td_to_noop(struct xhci_td *td, bool flip_cycle) in td_to_noop() argument
810 if (flip_cycle && trb != td->start_trb && trb != td->end_trb) in td_to_noop()