Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c389 int tx_xdp = 0, rc, tc; in bnxt_xdp_set() local
403 tx_xdp = bp->rx_nr_rings; in bnxt_xdp_set()
409 true, tc, tx_xdp); in bnxt_xdp_set()
435 bp->tx_nr_rings_xdp = tx_xdp; in bnxt_xdp_set()
436 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tc + tx_xdp; in bnxt_xdp_set()
H A Dbnxt_ethtool.c906 int tx_xdp = 0; in bnxt_set_channels() local
936 tx_xdp = req_rx_rings; in bnxt_set_channels()
938 rc = bnxt_check_rings(bp, req_tx_rings, req_rx_rings, sh, tcs, tx_xdp); in bnxt_set_channels()
969 bp->tx_nr_rings_xdp = tx_xdp; in bnxt_set_channels()
970 bp->tx_nr_rings = bp->tx_nr_rings_per_tc + tx_xdp; in bnxt_set_channels()
972 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tcs + tx_xdp; in bnxt_set_channels()
H A Dbnxt.h2379 int tx_xdp);
H A Dbnxt.c12162 int tx_xdp) in bnxt_check_rings() argument
12179 tx_rings_needed = tx * tx_sets + tx_xdp; in bnxt_check_rings()