Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c695 u32 wait_cnt_limit = 10000, wait_cnt = 0; in ecore_dmae_operation_wait() local
704 wait_cnt_limit *= factor; in ecore_dmae_operation_wait()
714 if (++wait_cnt > wait_cnt_limit) { in ecore_dmae_operation_wait()