Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_xdp.h19 void bnxt_tx_int_xdp(struct bnxt *bp, struct bnxt_napi *bnapi, int nr_pkts);
A Dbnxt_xdp.c128 void bnxt_tx_int_xdp(struct bnxt *bp, struct bnxt_napi *bnapi, int nr_pkts) in bnxt_tx_int_xdp() argument
138 for (i = 0; i < nr_pkts; i++) { in bnxt_tx_int_xdp()
A Dbnxt.c654 static void bnxt_tx_int(struct bnxt *bp, struct bnxt_napi *bnapi, int nr_pkts) in bnxt_tx_int() argument
663 for (i = 0; i < nr_pkts; i++) { in bnxt_tx_int()
709 netdev_tx_completed_queue(txq, nr_pkts, tx_bytes); in bnxt_tx_int()

Completed in 23 milliseconds