Home
last modified time | relevance | path

Searched refs:resv_tx_rings (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7562 hw_resc->resv_tx_rings = le16_to_cpu(resp->alloc_tx_rings); in bnxt_hwrm_get_rings()
7576 int tx = hw_resc->resv_tx_rings; in bnxt_hwrm_get_rings()
7587 hw_resc->resv_tx_rings = tx; in bnxt_hwrm_get_rings()
7731 bp->hw_resc.resv_tx_rings = hwr->tx; in bnxt_hwrm_reserve_pf_rings()
7743 bp->hw_resc.resv_tx_rings = hwr->tx; in bnxt_hwrm_reserve_vf_rings()
7847 if (hw_resc->resv_tx_rings != bp->tx_nr_rings && in bnxt_need_reserve_rings()
7874 hwr->tx = hw_resc->resv_tx_rings; in bnxt_copy_reserved_rings()
12297 hw_resc->resv_tx_rings = 0; in bnxt_clear_reservations()
13426 if (hw_resc->min_tx_rings || hw_resc->resv_tx_rings) in bnxt_can_reserve_rings()
H A Dbnxt.h1343 u16 resv_tx_rings; member