Searched refs:tx_xdp (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c394 int tx_xdp = 0, tx_cp, rc, tc; local
408 tx_xdp = bp->rx_nr_rings;
414 true, tc, tx_xdp);
440 bp->tx_nr_rings_xdp = tx_xdp;
441 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tc + tx_xdp;
H A Dbnxt_ethtool.c925 int tx_xdp = 0; local
956 tx_xdp = req_rx_rings;
958 rc = bnxt_check_rings(bp, req_tx_rings, req_rx_rings, sh, tcs, tx_xdp);
990 bp->tx_nr_rings_xdp = tx_xdp;
991 bp->tx_nr_rings = bp->tx_nr_rings_per_tc + tx_xdp;
993 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tcs + tx_xdp;
H A Dbnxt.h2736 int tx_xdp);
H A Dbnxt.c10128 static int __bnxt_num_tx_to_cp(struct bnxt *bp, int tx, int tx_sets, int tx_xdp) argument
10130 return (tx - tx_xdp) / tx_sets + tx_xdp;
13389 int tx_xdp)
13407 hwr.tx = tx * tx_sets + tx_xdp;
13413 tx_cp = __bnxt_num_tx_to_cp(bp, hwr.tx, tx_sets, tx_xdp);
13388 bnxt_check_rings(struct bnxt *bp, int tx, int rx, bool sh, int tcs, int tx_xdp) argument

Completed in 300 milliseconds