Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7566 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnxt_hwrm_get_rings()
7575 int rx = hw_resc->resv_rx_rings; in bnxt_hwrm_get_rings()
7586 hw_resc->resv_rx_rings = rx; in bnxt_hwrm_get_rings()
7813 if (hw_resc->resv_rx_rings != bp->rx_nr_rings) { in bnxt_check_rss_tbl_no_rmgr()
7814 hw_resc->resv_rx_rings = bp->rx_nr_rings; in bnxt_check_rss_tbl_no_rmgr()
7859 if (hw_resc->resv_rx_rings != rx || hw_resc->resv_cp_rings != cp || in bnxt_need_reserve_rings()
7876 hwr->rx = hw_resc->resv_rx_rings; in bnxt_copy_reserved_rings()
7933 old_rx_rings = bp->hw_resc.resv_rx_rings; in __bnxt_reserve_rings()
7988 if (old_rx_rings != bp->hw_resc.resv_rx_rings && in __bnxt_reserve_rings()
12298 hw_resc->resv_rx_rings = 0; in bnxt_clear_reservations()
H A Dbnxt.h1347 u16 resv_rx_rings; member