Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.h18 MLX5E_POST_METER_RATE = 0, enumerator
H A Dpost_meter.c261 post_meter->type = MLX5E_POST_METER_RATE; in mlx5e_post_meter_rate_create()
415 case MLX5E_POST_METER_RATE: in mlx5e_post_meter_init()
453 if (post_meter->type == MLX5E_POST_METER_RATE) in mlx5e_post_meter_cleanup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c457 type = meter->params.mtu ? MLX5E_POST_METER_MTU : MLX5E_POST_METER_RATE; in mlx5e_tc_add_flow_meter()