Lines Matching refs:num_vfs
3700 res->max_vfs = le16_to_cpu(pcie->num_vfs); in be_cmd_get_profile_config()
3786 pcie->num_vfs = 0xFFFF; in be_reset_pcie_desc()
3825 u16 num_vfs, u16 num_vf_qs, in be_fill_vf_res_template() argument
3861 (num_vfs + 1)); in be_fill_vf_res_template()
3868 (num_vfs + 1)); in be_fill_vf_res_template()
3872 (num_vfs + 1)); in be_fill_vf_res_template()
3876 (num_vfs + 1)); in be_fill_vf_res_template()
3880 (num_vfs + 1)); in be_fill_vf_res_template()
3884 struct be_resources pool_res, u16 num_vfs, in be_cmd_set_sriov_config() argument
3898 desc.pcie.sriov_state = num_vfs ? 1 : 0; in be_cmd_set_sriov_config()
3899 desc.pcie.num_vfs = cpu_to_le16(num_vfs); in be_cmd_set_sriov_config()
3909 be_fill_vf_res_template(adapter, pool_res, num_vfs, num_vf_qs, in be_cmd_set_sriov_config()