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.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
H A Dbnge_hwrm_lib.c408 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnge_hwrm_get_rings()
416 rx = hw_resc->resv_rx_rings; in bnge_hwrm_get_rings()
426 hw_resc->resv_rx_rings = rx; in bnge_hwrm_get_rings()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7686 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnxt_hwrm_get_rings()
7695 int rx = hw_resc->resv_rx_rings; in bnxt_hwrm_get_rings()
7706 hw_resc->resv_rx_rings = rx; in bnxt_hwrm_get_rings()
7933 if (hw_resc->resv_rx_rings != bp->rx_nr_rings) { in bnxt_check_rss_tbl_no_rmgr()
7934 hw_resc->resv_rx_rings = bp->rx_nr_rings; in bnxt_check_rss_tbl_no_rmgr()
7988 if (hw_resc->resv_rx_rings != hwr.rx || in bnxt_need_reserve_rings()
8013 hwr->rx = hw_resc->resv_rx_rings; in bnxt_copy_reserved_rings()
8072 old_rx_rings = bp->hw_resc.resv_rx_rings; in __bnxt_reserve_rings()
8138 if (old_rx_rings != bp->hw_resc.resv_rx_rings && in __bnxt_reserve_rings()
12560 hw_resc->resv_rx_rings = 0; in bnxt_clear_reservations()
H A Dbnxt.h1355 u16 resv_rx_rings; member