Home
last modified time | relevance | path

Searched refs:vf_resv_strategy (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c608 if (pf->vf_resv_strategy == BNXT_VF_RESV_STRATEGY_MINIMAL_STATIC) { in bnxt_hwrm_func_vf_resc_cfg()
612 if (pf->vf_resv_strategy == BNXT_VF_RESV_STRATEGY_MINIMAL || in bnxt_hwrm_func_vf_resc_cfg()
613 pf->vf_resv_strategy == BNXT_VF_RESV_STRATEGY_MINIMAL_STATIC) { in bnxt_hwrm_func_vf_resc_cfg()
H A Dbnxt.h1403 u8 vf_resv_strategy; member
H A Dbnxt.c9475 pf->vf_resv_strategy = in bnxt_hwrm_func_resc_qcaps()
9477 if (pf->vf_resv_strategy > BNXT_VF_RESV_STRATEGY_MINIMAL_STATIC) in bnxt_hwrm_func_resc_qcaps()
9478 pf->vf_resv_strategy = BNXT_VF_RESV_STRATEGY_MAXIMAL; in bnxt_hwrm_func_resc_qcaps()