Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c791 if (new_state == MLX5_FLOW_METER_DISABLE) in mlx5_flow_meter_modify_state()
881 if (fm->active_state == MLX5_FLOW_METER_DISABLE) in mlx5_flow_meter_disable()
883 ret = mlx5_flow_meter_modify_state(priv, fm, MLX5_FLOW_METER_DISABLE, in mlx5_flow_meter_disable()
886 fm->active_state = MLX5_FLOW_METER_DISABLE; in mlx5_flow_meter_disable()
942 if (fm->active_state == MLX5_FLOW_METER_DISABLE) in mlx5_flow_meter_profile_update()
H A Dmlx5_flow.h781 #define MLX5_FLOW_METER_DISABLE 0 macro