Searched refs:nr_pkts (Results 1 – 3 of 3) sorted by relevance
103 bnxt_tx_cmp_vec_fast(struct bnxt_tx_queue *txq, uint32_t nr_pkts) in bnxt_tx_cmp_vec_fast() argument114 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() argument144 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()
359 static void bnxt_tx_cmp_fast(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp_fast() argument368 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() argument401 for (i = 0; i < nr_pkts; i++) { in bnxt_tx_cmp()
101 struct vhost_iov_iter *pkts, uint16_t nr_pkts) in vhost_async_dma_transfer() argument109 for (pkt_idx = 0; pkt_idx < nr_pkts; pkt_idx++) { in vhost_async_dma_transfer()