Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c10599 struct i40e_aqc_configure_switching_comp_bw_config_data veb_bw; in i40e_config_switch_comp_tc() local
10612 memset(&veb_bw, 0, sizeof(veb_bw)); in i40e_config_switch_comp_tc()
10613 veb_bw.tc_valid_bits = tc_map; in i40e_config_switch_comp_tc()
10617 veb_bw.tc_bw_share_credits[i] = 1; in i40e_config_switch_comp_tc()
10620 &veb_bw, NULL); in i40e_config_switch_comp_tc()