Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_xdp.c156 int tx_xdp = 0, rc, tc; in bnxt_xdp_set() local
169 tx_xdp = bp->rx_nr_rings; in bnxt_xdp_set()
175 true, tc, tx_xdp); in bnxt_xdp_set()
199 bp->tx_nr_rings_xdp = tx_xdp; in bnxt_xdp_set()
200 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tc + tx_xdp; in bnxt_xdp_set()
Dbnxt_ethtool.c515 int tx_xdp = 0; in bnxt_set_channels() local
545 tx_xdp = req_rx_rings; in bnxt_set_channels()
547 rc = bnxt_check_rings(bp, req_tx_rings, req_rx_rings, sh, tcs, tx_xdp); in bnxt_set_channels()
576 bp->tx_nr_rings_xdp = tx_xdp; in bnxt_set_channels()
577 bp->tx_nr_rings = bp->tx_nr_rings_per_tc + tx_xdp; in bnxt_set_channels()
579 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tcs + tx_xdp; in bnxt_set_channels()
Dbnxt.h1500 int tx_xdp);
Dbnxt.c7838 int tx_xdp) in bnxt_check_rings() argument
7855 tx_rings_needed = tx * tx_sets + tx_xdp; in bnxt_check_rings()