Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ark/
H A Dark_pktchkr.c127 int wait_cycle = 10; in ark_pktchkr_stop() local
130 while (!ark_pktchkr_stopped(handle) && (wait_cycle > 0)) { in ark_pktchkr_stop()
132 wait_cycle--; in ark_pktchkr_stop()
196 int wait_cycle = 10; in ark_pktchkr_wait_done() local
198 while (!ark_pktchkr_stopped(handle) && (wait_cycle > 0)) { in ark_pktchkr_wait_done()
200 wait_cycle--; in ark_pktchkr_wait_done()
H A Dark_pktgen.c193 int wait_cycle = 10; in ark_pktgen_wait_done() local
199 while (!ark_pktgen_tx_done(handle) && (wait_cycle > 0)) { in ark_pktgen_wait_done()
201 wait_cycle--; in ark_pktgen_wait_done()