Lines Matching refs:nb_bufs
83 eth_null_rx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_null_rx() argument
93 if (rte_pktmbuf_alloc_bulk(h->mb_pool, bufs, nb_bufs) != 0) in eth_null_rx()
96 for (i = 0; i < nb_bufs; i++) { in eth_null_rx()
108 eth_null_copy_rx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_null_copy_rx() argument
118 if (rte_pktmbuf_alloc_bulk(h->mb_pool, bufs, nb_bufs) != 0) in eth_null_copy_rx()
121 for (i = 0; i < nb_bufs; i++) { in eth_null_copy_rx()
136 uint16_t nb_bufs __rte_unused) in eth_null_no_rx()
142 eth_null_tx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_null_tx() argument
150 for (i = 0; i < nb_bufs; i++) in eth_null_tx()
159 eth_null_copy_tx(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) in eth_null_copy_tx() argument
169 for (i = 0; i < nb_bufs; i++) { in eth_null_copy_tx()