Searched refs:MLX5_CONST_CIR (Results 1 – 1 of 1) sorted by relevance
17 #define MLX5_CONST_CIR 8000000000ULL macro18 #define MLX5_CALC_CIR(m, e) ((MLX5_CONST_CIR * (m)) >> (e))19 #define MLX5_MAX_CIR ((MLX5_CONST_CIR * 0x100) - 1)62 m = div64_u64(m, MLX5_CONST_CIR); in mlx5e_flow_meter_cir_calc()