Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.c230 hwr->rx = hw_resc->resv_rx_rings; in bnge_copy_reserved_rings()
261 if (hw_resc->resv_rx_rings != rx || hw_resc->resv_cp_rings != cprs || in bnge_need_reserve_rings()
309 old_rx_rings = bd->hw_resc.resv_rx_rings; in bnge_reserve_rings()
349 if (old_rx_rings != bd->hw_resc.resv_rx_rings) in bnge_reserve_rings()
H A Dbnge_resc.h23 u16 resv_rx_rings; member
H A Dbnge_hwrm_lib.c432 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnge_hwrm_get_rings()
440 rx = hw_resc->resv_rx_rings; in bnge_hwrm_get_rings()
450 hw_resc->resv_rx_rings = rx; in bnge_hwrm_get_rings()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7828 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnxt_hwrm_get_rings()
7837 int rx = hw_resc->resv_rx_rings; in bnxt_hwrm_get_rings()
7848 hw_resc->resv_rx_rings = rx; in bnxt_hwrm_get_rings()
8075 if (hw_resc->resv_rx_rings != bp->rx_nr_rings) { in bnxt_check_rss_tbl_no_rmgr()
8076 hw_resc->resv_rx_rings = bp->rx_nr_rings; in bnxt_check_rss_tbl_no_rmgr()
8130 if (hw_resc->resv_rx_rings != hwr.rx || in bnxt_need_reserve_rings()
8155 hwr->rx = hw_resc->resv_rx_rings; in bnxt_copy_reserved_rings()
8215 old_rx_rings = bp->hw_resc.resv_rx_rings; in __bnxt_reserve_rings()
8279 if (old_rx_rings != bp->hw_resc.resv_rx_rings && in __bnxt_reserve_rings()
12811 hw_resc->resv_rx_rings = 0; in bnxt_clear_reservations()
H A Dbnxt.h1372 u16 resv_rx_rings; member