Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_utils.c149 while (value <= (NIX_TM_SHAPER_RATE_CONST / (1 << div_exp))) in nix_tm_shaper_rate_conv_floor()
152 while (value <= ((NIX_TM_SHAPER_RATE_CONST * (256 + mantissa)) / in nix_tm_shaper_rate_conv_floor()
166 while (value <= (NIX_TM_SHAPER_RATE_CONST * (1 << exponent))) in nix_tm_shaper_rate_conv_floor()
169 while (value <= ((NIX_TM_SHAPER_RATE_CONST * in nix_tm_shaper_rate_conv_floor()
212 while (value < (NIX_TM_SHAPER_RATE_CONST / (1 << div_exp))) in nix_tm_shaper_rate_conv_exact()
215 while (value < ((NIX_TM_SHAPER_RATE_CONST * (256 + mantissa)) / in nix_tm_shaper_rate_conv_exact()
229 while (value < (NIX_TM_SHAPER_RATE_CONST * (1 << exponent))) in nix_tm_shaper_rate_conv_exact()
232 while (value < ((NIX_TM_SHAPER_RATE_CONST * in nix_tm_shaper_rate_conv_exact()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h2171 #define NIX_TM_SHAPER_RATE_CONST ((uint64_t)2E6) macro
2183 ((NIX_TM_SHAPER_RATE_CONST * ((256 + (mantissa)) << (exponent))) / \