Searched refs:resv_rx_rings (Results 1 – 2 of 2) sorted by relevance
6169 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnxt_hwrm_get_rings() 6177 int rx = hw_resc->resv_rx_rings; in bnxt_hwrm_get_rings() 6186 hw_resc->resv_rx_rings = rx; in bnxt_hwrm_get_rings() 6430 /* The RSS map is valid for RX rings set to resv_rx_rings */ in bnxt_check_rss_tbl_no_rmgr() 6431 if (hw_resc->resv_rx_rings != bp->rx_nr_rings) { in bnxt_check_rss_tbl_no_rmgr() 6432 hw_resc->resv_rx_rings = bp->rx_nr_rings; in bnxt_check_rss_tbl_no_rmgr() 6464 if (hw_resc->resv_rx_rings != rx || hw_resc->resv_cp_rings != cp || in bnxt_need_reserve_rings() 6503 rx = hw_resc->resv_rx_rings; in __bnxt_reserve_rings() 10022 hw_resc->resv_rx_rings = 0; in bnxt_clear_reservations()
1117 u16 resv_rx_rings; member