Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4047 u32 vf_if_cap_flags = res.vf_if_cap_flags; in be_calculate_vf_res() local
4078 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_RSS) { in be_calculate_vf_res()
4081 vf_if_cap_flags |= BE_IF_FLAGS_RSS; in be_calculate_vf_res()
4083 vf_if_cap_flags |= BE_IF_FLAGS_DEFQ_RSS; in be_calculate_vf_res()
4085 vf_if_cap_flags &= ~(BE_IF_FLAGS_RSS | in be_calculate_vf_res()
4092 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_VLAN_PROMISCUOUS) { in be_calculate_vf_res()
4094 vf_if_cap_flags &= ~BE_IF_FLAGS_VLAN_PROMISCUOUS; in be_calculate_vf_res()
4097 vft_res->vf_if_cap_flags = vf_if_cap_flags; in be_calculate_vf_res()