Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c1078 if (bw % I40E_QOS_BW_GRANULARITY) { in rte_pmd_i40e_set_vf_max_bw()
1080 I40E_QOS_BW_GRANULARITY); in rte_pmd_i40e_set_vf_max_bw()
1084 bw /= I40E_QOS_BW_GRANULARITY; in rte_pmd_i40e_set_vf_max_bw()
1283 if (bw % I40E_QOS_BW_GRANULARITY) { in rte_pmd_i40e_set_vf_tc_max_bw()
1285 I40E_QOS_BW_GRANULARITY); in rte_pmd_i40e_set_vf_tc_max_bw()
1289 bw /= I40E_QOS_BW_GRANULARITY; in rte_pmd_i40e_set_vf_tc_max_bw()
H A Di40e_tm.c915 bw = bw * 8 / 1000 / 1000 / I40E_QOS_BW_GRANULARITY; in i40e_hierarchy_commit()
958 bw = bw * 8 / 1000 / 1000 / I40E_QOS_BW_GRANULARITY; in i40e_hierarchy_commit()
H A Di40e_ethdev.h255 #define I40E_QOS_BW_GRANULARITY 50 macro