Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6162 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnxt_hwrm_get_rings()
6170 int rx = hw_resc->resv_rx_rings; in bnxt_hwrm_get_rings()
6179 hw_resc->resv_rx_rings = rx; in bnxt_hwrm_get_rings()
6424 if (hw_resc->resv_rx_rings != bp->rx_nr_rings) { in bnxt_check_rss_tbl_no_rmgr()
6425 hw_resc->resv_rx_rings = bp->rx_nr_rings; in bnxt_check_rss_tbl_no_rmgr()
6457 if (hw_resc->resv_rx_rings != rx || hw_resc->resv_cp_rings != cp || in bnxt_need_reserve_rings()
6496 rx = hw_resc->resv_rx_rings; in __bnxt_reserve_rings()
9997 hw_resc->resv_rx_rings = 0; in bnxt_clear_reservations()
Dbnxt.h1087 u16 resv_rx_rings; member