Searched refs:vft_res (Results 1 – 1 of 1) sorted by relevance
4044 struct be_resources *vft_res) in be_calculate_vf_res() argument4079 vft_res->flags |= BIT(IF_CAPS_FLAGS_VALID_SHIFT); in be_calculate_vf_res()4093 vft_res->flags |= BIT(IF_CAPS_FLAGS_VALID_SHIFT); in be_calculate_vf_res()4097 vft_res->vf_if_cap_flags = vf_if_cap_flags; in be_calculate_vf_res()4098 vft_res->max_rx_qs = num_vf_qs; in be_calculate_vf_res()4099 vft_res->max_rss_qs = num_vf_qs; in be_calculate_vf_res()4100 vft_res->max_tx_qs = res.max_tx_qs / (num_vfs + 1); in be_calculate_vf_res()4101 vft_res->max_cq_count = res.max_cq_count / (num_vfs + 1); in be_calculate_vf_res()4107 vft_res->max_uc_mac = res.max_uc_mac / (num_vfs + 1); in be_calculate_vf_res()4110 vft_res->max_vlans = res.max_vlans / (num_vfs + 1); in be_calculate_vf_res()[all …]