Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/emulex/benet/
Dbe.h412 u16 max_mcc_count; member
Dbe_cmds.c4335 res->max_mcc_count = le16_to_cpu(desc->mcc_count); in be_copy_nic_desc()
4671 if (vft_res->max_mcc_count) in be_cmd_set_sriov_config()
4672 desc.nic_vft.mcc_count = cpu_to_le16(vft_res->max_mcc_count); in be_cmd_set_sriov_config()
Dbe_main.c4113 if (res_mod.max_mcc_count == FIELD_MODIFIABLE) in be_calculate_vf_res()
4114 vft_res->max_mcc_count = res.max_mcc_count / (num_vfs + 1); in be_calculate_vf_res()