Lines Matching refs:num_vfs
3786 res->max_vfs = le16_to_cpu(pcie->num_vfs); in be_cmd_get_profile_config()
3872 pcie->num_vfs = 0xFFFF; in be_reset_pcie_desc()
3911 u16 num_vfs, u16 num_vf_qs, in be_fill_vf_res_template() argument
3951 (num_vfs + 1)); in be_fill_vf_res_template()
3958 (num_vfs + 1)); in be_fill_vf_res_template()
3962 (num_vfs + 1)); in be_fill_vf_res_template()
3966 (num_vfs + 1)); in be_fill_vf_res_template()
3970 (num_vfs + 1)); in be_fill_vf_res_template()
3974 struct be_resources pool_res, u16 num_vfs, in be_cmd_set_sriov_config() argument
3988 desc.pcie.sriov_state = num_vfs ? 1 : 0; in be_cmd_set_sriov_config()
3989 desc.pcie.num_vfs = cpu_to_le16(num_vfs); in be_cmd_set_sriov_config()
3999 be_fill_vf_res_template(adapter, pool_res, num_vfs, num_vf_qs, in be_cmd_set_sriov_config()