Searched refs:I40E_QOS_BW_GRANULARITY (Results 1 – 3 of 3) sorted by relevance
1078 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()
915 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()
255 #define I40E_QOS_BW_GRANULARITY 50 macro