Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c10919 struct i40e_aqc_configure_switching_comp_bw_config_data veb_bw; in i40e_config_switch_comp_tc() local
10932 memset(&veb_bw, 0, sizeof(veb_bw)); in i40e_config_switch_comp_tc()
10933 veb_bw.tc_valid_bits = tc_map; in i40e_config_switch_comp_tc()
10937 veb_bw.tc_bw_share_credits[i] = 1; in i40e_config_switch_comp_tc()
10940 &veb_bw, NULL); in i40e_config_switch_comp_tc()