Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_common.h103 bnxt_tx_cmp_vec_fast(struct bnxt_tx_queue *txq, uint32_t nr_pkts) in bnxt_tx_cmp_vec_fast() argument
114 num = RTE_MIN(nr_pkts, ring_size - cons); in bnxt_tx_cmp_vec_fast()
120 num = nr_pkts - num; in bnxt_tx_cmp_vec_fast()
134 bnxt_tx_cmp_vec(struct bnxt_tx_queue *txq, uint32_t nr_pkts) in bnxt_tx_cmp_vec() argument
144 while (nr_pkts) { in bnxt_tx_cmp_vec()
148 num = RTE_MIN(nr_pkts, ring_size - cons); in bnxt_tx_cmp_vec()
167 nr_pkts -= blk; in bnxt_tx_cmp_vec()
172 nr_pkts--; in bnxt_tx_cmp_vec()
H A Dbnxt_txr.c359 static void bnxt_tx_cmp_fast(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp_fast() argument
368 for (i = 0; i < nr_pkts; i++) { in bnxt_tx_cmp_fast()
391 static void bnxt_tx_cmp(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp() argument
401 for (i = 0; i < nr_pkts; i++) { in bnxt_tx_cmp()
/dpdk/lib/vhost/
H A Dvirtio_net.c101 struct vhost_iov_iter *pkts, uint16_t nr_pkts) in vhost_async_dma_transfer() argument
109 for (pkt_idx = 0; pkt_idx < nr_pkts; pkt_idx++) { in vhost_async_dma_transfer()