Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ring.c441 bool cycle_found = false; in cdnsp_find_new_dequeue_state() local
465 if (!cycle_found && cdnsp_trb_virt_to_dma(new_seg, new_deq) in cdnsp_find_new_dequeue_state()
467 cycle_found = true; in cdnsp_find_new_dequeue_state()
476 if (cycle_found && cdnsp_trb_is_link(new_deq) && in cdnsp_find_new_dequeue_state()
491 } while (!cycle_found || !td_last_trb_found); in cdnsp_find_new_dequeue_state()