Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_xdp.c391 int tx_xdp = 0, rc, tc; in bnxt_xdp_set() local
405 tx_xdp = bp->rx_nr_rings; in bnxt_xdp_set()
411 true, tc, tx_xdp); in bnxt_xdp_set()
437 bp->tx_nr_rings_xdp = tx_xdp; in bnxt_xdp_set()
438 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tc + tx_xdp; in bnxt_xdp_set()
A Dbnxt_ethtool.c908 int tx_xdp = 0; in bnxt_set_channels() local
938 tx_xdp = req_rx_rings; in bnxt_set_channels()
940 rc = bnxt_check_rings(bp, req_tx_rings, req_rx_rings, sh, tcs, tx_xdp); in bnxt_set_channels()
976 bp->tx_nr_rings_xdp = tx_xdp; in bnxt_set_channels()
977 bp->tx_nr_rings = bp->tx_nr_rings_per_tc + tx_xdp; in bnxt_set_channels()
979 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tcs + tx_xdp; in bnxt_set_channels()
A Dbnxt.h2349 int tx_xdp);
A Dbnxt.c12147 int tx_xdp) in bnxt_check_rings() argument
12164 tx_rings_needed = tx * tx_sets + tx_xdp; in bnxt_check_rings()

Completed in 48 milliseconds