Home
last modified time | relevance | path

Searched refs:vf_if_cap_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c3798 res->vf_if_cap_flags = vf_res->cap_flags; in be_cmd_get_profile_config()
3914 u32 vf_if_cap_flags = pool_res.vf_if_cap_flags; in be_fill_vf_res_template() local
3927 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_RSS) { in be_fill_vf_res_template()
3930 vf_if_cap_flags |= BE_IF_FLAGS_RSS; in be_fill_vf_res_template()
3932 vf_if_cap_flags |= BE_IF_FLAGS_DEFQ_RSS; in be_fill_vf_res_template()
3934 vf_if_cap_flags &= ~(BE_IF_FLAGS_RSS | in be_fill_vf_res_template()
3941 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_VLAN_PROMISCUOUS) { in be_fill_vf_res_template()
3943 vf_if_cap_flags &= ~BE_IF_FLAGS_VLAN_PROMISCUOUS; in be_fill_vf_res_template()
3946 nic_vft->cap_flags = cpu_to_le32(vf_if_cap_flags); in be_fill_vf_res_template()
Dbe.h433 u32 vf_if_cap_flags; /* VF if capability flags */ member