Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_common.h103 bnxt_tx_cmp_vec_fast(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp_vec_fast() argument
111 while (nr_pkts--) { in bnxt_tx_cmp_vec_fast()
126 bnxt_tx_cmp_vec(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp_vec() argument
134 while (nr_pkts--) { in bnxt_tx_cmp_vec()
H A Dbnxt_txr.c344 static void bnxt_tx_cmp_fast(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp_fast() argument
352 for (i = 0; i < nr_pkts; i++) { in bnxt_tx_cmp_fast()
374 static void bnxt_tx_cmp(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp() argument
383 for (i = 0; i < nr_pkts; i++) { in bnxt_tx_cmp()