Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
A Dbe_main.c4044 u32 vf_if_cap_flags = res.vf_if_cap_flags; in be_calculate_vf_res() local
4075 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_RSS) { in be_calculate_vf_res()
4078 vf_if_cap_flags |= BE_IF_FLAGS_RSS; in be_calculate_vf_res()
4080 vf_if_cap_flags |= BE_IF_FLAGS_DEFQ_RSS; in be_calculate_vf_res()
4082 vf_if_cap_flags &= ~(BE_IF_FLAGS_RSS | in be_calculate_vf_res()
4089 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_VLAN_PROMISCUOUS) { in be_calculate_vf_res()
4091 vf_if_cap_flags &= ~BE_IF_FLAGS_VLAN_PROMISCUOUS; in be_calculate_vf_res()
4094 vft_res->vf_if_cap_flags = vf_if_cap_flags; in be_calculate_vf_res()
A Dbe.h417 u32 vf_if_cap_flags; /* VF if capability flags */ member
A Dbe_cmds.c4519 res->vf_if_cap_flags = vf_res->cap_flags; in be_cmd_get_profile_config()
4656 desc.nic_vft.cap_flags = cpu_to_le32(vft_res->vf_if_cap_flags); in be_cmd_set_sriov_config()

Completed in 26 milliseconds