Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.c229 hwr->rx = hw_resc->resv_rx_rings; in bnge_copy_reserved_rings()
260 if (hw_resc->resv_rx_rings != rx || hw_resc->resv_cp_rings != cprs || in bnge_need_reserve_rings()
308 old_rx_rings = bd->hw_resc.resv_rx_rings; in bnge_reserve_rings()
348 if (old_rx_rings != bd->hw_resc.resv_rx_rings) in bnge_reserve_rings()
H A Dbnge_resc.h23 u16 resv_rx_rings; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7779 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnxt_hwrm_get_rings()
7788 int rx = hw_resc->resv_rx_rings; in bnxt_hwrm_get_rings()
7799 hw_resc->resv_rx_rings = rx; in bnxt_hwrm_get_rings()
8026 if (hw_resc->resv_rx_rings != bp->rx_nr_rings) { in bnxt_check_rss_tbl_no_rmgr()
8027 hw_resc->resv_rx_rings = bp->rx_nr_rings; in bnxt_check_rss_tbl_no_rmgr()
8081 if (hw_resc->resv_rx_rings != hwr.rx || in bnxt_need_reserve_rings()
8106 hwr->rx = hw_resc->resv_rx_rings; in bnxt_copy_reserved_rings()
8166 old_rx_rings = bp->hw_resc.resv_rx_rings; in __bnxt_reserve_rings()
8230 if (old_rx_rings != bp->hw_resc.resv_rx_rings && in __bnxt_reserve_rings()
12654 hw_resc->resv_rx_rings = 0; in bnxt_clear_reservations()
H A Dbnxt.h1370 u16 resv_rx_rings; member