Searched refs:active_state (Results 1 – 2 of 2) sorted by relevance
74 mtr_init.active = fm->active_state; in mlx5_flow_meter_action_create()1072 mod_attr.active = !!active_state; in mlx5_flow_meter_action_modify()1117 fm->active_state = !!active_state; in mlx5_flow_meter_action_modify()1125 (void)active_state; in mlx5_flow_meter_action_modify()1322 fm->active_state = params->meter_enable; in mlx5_flow_meter_create()1524 if (fm->active_state == MLX5_FLOW_METER_ENABLE) in mlx5_flow_meter_enable()1529 fm->active_state = MLX5_FLOW_METER_ENABLE; in mlx5_flow_meter_enable()1565 if (fm->active_state == MLX5_FLOW_METER_DISABLE) in mlx5_flow_meter_disable()1570 fm->active_state = MLX5_FLOW_METER_DISABLE; in mlx5_flow_meter_disable()1626 if (fm->active_state == MLX5_FLOW_METER_DISABLE) in mlx5_flow_meter_profile_update()[all …]
832 uint32_t active_state:1; member