Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.h19 u16 resv_tx_rings; member
H A Dbnge_resc.c228 hwr->tx = hw_resc->resv_tx_rings; in bnge_copy_reserved_rings()
252 if (hw_resc->resv_tx_rings != bd->tx_nr_rings) in bnge_need_reserve_rings()
H A Dbnge_hwrm_lib.c407 hw_resc->resv_tx_rings = le16_to_cpu(resp->alloc_tx_rings); in bnge_hwrm_get_rings()
417 tx = hw_resc->resv_tx_rings; in bnge_hwrm_get_rings()
427 hw_resc->resv_tx_rings = tx; in bnge_hwrm_get_rings()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7682 hw_resc->resv_tx_rings = le16_to_cpu(resp->alloc_tx_rings); in bnxt_hwrm_get_rings()
7696 int tx = hw_resc->resv_tx_rings; in bnxt_hwrm_get_rings()
7707 hw_resc->resv_tx_rings = tx; in bnxt_hwrm_get_rings()
7851 bp->hw_resc.resv_tx_rings = hwr->tx; in bnxt_hwrm_reserve_pf_rings()
7863 bp->hw_resc.resv_tx_rings = hwr->tx; in bnxt_hwrm_reserve_vf_rings()
7982 if (hw_resc->resv_tx_rings != hwr.tx && bp->hwrm_spec_code >= 0x10601) in bnxt_need_reserve_rings()
8011 hwr->tx = hw_resc->resv_tx_rings; in bnxt_copy_reserved_rings()
12557 hw_resc->resv_tx_rings = 0; in bnxt_clear_reservations()
13700 if (hw_resc->min_tx_rings || hw_resc->resv_tx_rings) in bnxt_can_reserve_rings()
H A Dbnxt.h1351 u16 resv_tx_rings; member