Home
last modified time | relevance | path

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

/dpdk/examples/distributor/
H A Dmain.c269 if (unlikely(nb_ret == 0)) { in lcore_rx()
277 (void *)bufs, nb_ret, NULL); in lcore_rx()
279 uint16_t nb_ret = nb_rx; in lcore_rx() local
288 (void *)bufs, nb_ret, NULL); in lcore_rx()
292 if (unlikely(sent < nb_ret)) { in lcore_rx()
296 while (sent < nb_ret) in lcore_rx()
363 const uint16_t nb_ret = in lcore_distributor() local
367 if (unlikely(nb_ret == 0)) in lcore_distributor()
372 (void *)bufs, nb_ret, NULL); in lcore_distributor()
374 if (unlikely(sent < nb_ret)) { in lcore_distributor()
[all …]