Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq_cmd.h1726 __le16 tc_bw_max[2]; member
1768 __le16 tc_bw_max[2]; member
1809 __le16 tc_bw_max[2]; member
1835 u8 tc_bw_max; /* 0-3, limit = 2^max */ member
1852 __le16 tc_bw_max[2]; member
1869 __le16 tc_bw_max[2]; member
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c5588 bw_max = rte_le_to_cpu_16(ets_sla_config.tc_bw_max[0]) | in i40e_vsi_get_bw_config()
5589 (rte_le_to_cpu_16(ets_sla_config.tc_bw_max[1]) << in i40e_vsi_get_bw_config()
10969 veb->bw_info.bw_max = ets_query.tc_bw_max; in i40e_config_switch_comp_tc()
10972 bw_max = rte_le_to_cpu_16(bw_query.tc_bw_max[0]) | in i40e_config_switch_comp_tc()
10973 (rte_le_to_cpu_16(bw_query.tc_bw_max[1]) << in i40e_config_switch_comp_tc()