Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1468 uint16_t n_deqd; in run_single_test() local
1508 n_deqd = rte_cryptodev_dequeue_burst(dev_id, 0, &deqd_op, in run_single_test()
1510 } while (n_deqd == 0); in run_single_test()
H A Dmain.c1152 uint16_t n_deqd; in fips_run_test() local
1187 n_deqd = rte_cryptodev_dequeue_burst(env.dev_id, 0, &deqd_op, in fips_run_test()
1189 } while (n_deqd == 0); in fips_run_test()