Searched refs:ets_query (Results 1 – 1 of 1) sorted by relevance
10921 struct i40e_aqc_query_switching_comp_ets_config_resp ets_query; in i40e_config_switch_comp_tc() local10948 memset(&ets_query, 0, sizeof(ets_query)); in i40e_config_switch_comp_tc()10950 &ets_query, NULL); in i40e_config_switch_comp_tc()10968 veb->bw_info.bw_limit = rte_le_to_cpu_16(ets_query.port_bw_limit); in i40e_config_switch_comp_tc()10969 veb->bw_info.bw_max = ets_query.tc_bw_max; in i40e_config_switch_comp_tc()