Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.c19 #define MLX5_MAX_CIR ((MLX5_CONST_CIR * 0x100) - 1) macro
133 if (!rate || rate > MLX5_MAX_CIR || !burst || burst > MLX5_MAX_CBS) in mlx5e_tc_meter_modify()