Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4045 u32 vf_if_cap_flags = res.vf_if_cap_flags; in be_calculate_vf_res() local
4076 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_RSS) { in be_calculate_vf_res()
4079 vf_if_cap_flags |= BE_IF_FLAGS_RSS; in be_calculate_vf_res()
4081 vf_if_cap_flags |= BE_IF_FLAGS_DEFQ_RSS; in be_calculate_vf_res()
4083 vf_if_cap_flags &= ~(BE_IF_FLAGS_RSS | in be_calculate_vf_res()
4090 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_VLAN_PROMISCUOUS) { in be_calculate_vf_res()
4092 vf_if_cap_flags &= ~BE_IF_FLAGS_VLAN_PROMISCUOUS; in be_calculate_vf_res()
4095 vft_res->vf_if_cap_flags = vf_if_cap_flags; in be_calculate_vf_res()
[all...]
H A Dbe.h417 u32 vf_if_cap_flags; /* VF if capability flags */ member
H 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4045 u32 vf_if_cap_flags = res.vf_if_cap_flags; in be_calculate_vf_res() local
4076 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_RSS) { in be_calculate_vf_res()
4079 vf_if_cap_flags |= BE_IF_FLAGS_RSS; in be_calculate_vf_res()
4081 vf_if_cap_flags |= BE_IF_FLAGS_DEFQ_RSS; in be_calculate_vf_res()
4083 vf_if_cap_flags &= ~(BE_IF_FLAGS_RSS | in be_calculate_vf_res()
4090 if (res_mod.vf_if_cap_flags & BE_IF_FLAGS_VLAN_PROMISCUOUS) { in be_calculate_vf_res()
4092 vf_if_cap_flags &= ~BE_IF_FLAGS_VLAN_PROMISCUOUS; in be_calculate_vf_res()
4095 vft_res->vf_if_cap_flags = vf_if_cap_flags; in be_calculate_vf_res()
[all...]
H A Dbe.h416 u32 vf_if_cap_flags; /* VF if capability flags */ member
H A Dbe_cmds.c4520 res->vf_if_cap_flags = vf_res->cap_flags; in be_cmd_get_profile_config()
4657 desc.nic_vft.cap_flags = cpu_to_le32(vft_res->vf_if_cap_flags); in be_cmd_set_sriov_config()

Completed in 28 milliseconds