Searched refs:vf_if_cap_flags (Results 1 – 2 of 2) sorted by relevance
3712 res->vf_if_cap_flags = vf_res->cap_flags; in be_cmd_get_profile_config()3828 u32 vf_if_cap_flags = pool_res.vf_if_cap_flags; in be_fill_vf_res_template() local3841 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_RSS) { in be_fill_vf_res_template()3844 vf_if_cap_flags |= BE_IF_FLAGS_RSS; in be_fill_vf_res_template()3846 vf_if_cap_flags |= BE_IF_FLAGS_DEFQ_RSS; in be_fill_vf_res_template()3848 vf_if_cap_flags &= ~(BE_IF_FLAGS_RSS | in be_fill_vf_res_template()3852 nic_vft->cap_flags = cpu_to_le32(vf_if_cap_flags); in be_fill_vf_res_template()
426 u32 vf_if_cap_flags; /* VF if capability flags */ member