Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c388 int tx_xdp = 0, tx_cp, rc, tc; in bnxt_xdp_set() local
435 tx_cp = bnxt_num_tx_to_cp(bp, bp->tx_nr_rings); in bnxt_xdp_set()
436 bp->cp_nr_rings = max_t(int, tx_cp, bp->rx_nr_rings); in bnxt_xdp_set()
H A Dbnxt.c7902 int tx_cp; in __bnxt_reserve_rings() local
7964 tx_cp = bnxt_num_tx_to_cp(bp, hwr.tx); in __bnxt_reserve_rings()
7965 hwr.cp = sh ? max_t(int, tx_cp, rx_rings) : tx_cp + rx_rings; in __bnxt_reserve_rings()
11020 if (tx_cp != *tx) { in bnxt_trim_rings()
11021 int tx_saved = tx_cp, rc; in bnxt_trim_rings()
11026 if (tx_cp != tx_saved) in bnxt_trim_rings()
11027 *tx = bnxt_num_cp_to_tx(bp, tx_cp); in bnxt_trim_rings()
11232 tx_cp + bp->rx_nr_rings; in bnxt_init_int_mode()
14490 hwr.cp = sh ? max_t(int, tx_cp, rx) : tx_cp + rx; in bnxt_check_rings()
15179 int rc, tx_cp; in bnxt_setup_mq_tc() local
[all …]
H A Dbnxt_ethtool.c942 int tx_cp; in bnxt_set_channels() local
1010 tx_cp = bnxt_num_tx_to_cp(bp, bp->tx_nr_rings); in bnxt_set_channels()
1011 bp->cp_nr_rings = sh ? max_t(int, tx_cp, bp->rx_nr_rings) : in bnxt_set_channels()
1012 tx_cp + bp->rx_nr_rings; in bnxt_set_channels()