Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6158 hw_resc->resv_tx_rings = le16_to_cpu(resp->alloc_tx_rings); in bnxt_hwrm_get_rings()
6171 int tx = hw_resc->resv_tx_rings; in bnxt_hwrm_get_rings()
6180 hw_resc->resv_tx_rings = tx; in bnxt_hwrm_get_rings()
6336 bp->hw_resc.resv_tx_rings = tx_rings; in bnxt_hwrm_reserve_pf_rings()
6349 bp->hw_resc.resv_tx_rings = tx_rings; in bnxt_hwrm_reserve_vf_rings()
6439 if (hw_resc->resv_tx_rings != bp->tx_nr_rings && in bnxt_need_reserve_rings()
6494 tx = hw_resc->resv_tx_rings; in __bnxt_reserve_rings()
9996 hw_resc->resv_tx_rings = 0; in bnxt_clear_reservations()
11109 if (hw_resc->min_tx_rings || hw_resc->resv_tx_rings) in bnxt_can_reserve_rings()
Dbnxt.h1083 u16 resv_tx_rings; member