Searched refs:exe_aso (Results 1 – 4 of 4) sorted by relevance
535 if (fte->act_dests.action.exe_aso.type != MLX5_EXE_ASO_FLOW_METER) { in mlx5_cmd_dr_create_fte()542 action->exe_aso.object_id, in mlx5_cmd_dr_create_fte()543 action->exe_aso.return_reg_id, in mlx5_cmd_dr_create_fte()544 action->exe_aso.type, in mlx5_cmd_dr_create_fte()545 action->exe_aso.flow_meter.init_color, in mlx5_cmd_dr_create_fte()546 action->exe_aso.flow_meter.meter_idx); in mlx5_cmd_dr_create_fte()
505 fte->act_dests.action.exe_aso.object_id); in mlx5_cmd_set_fte_flow_meter()509 fte->act_dests.action.exe_aso.return_reg_id); in mlx5_cmd_set_fte_flow_meter()511 fte->act_dests.action.exe_aso.type); in mlx5_cmd_set_fte_flow_meter()513 fte->act_dests.action.exe_aso.flow_meter.init_color); in mlx5_cmd_set_fte_flow_meter()515 fte->act_dests.action.exe_aso.flow_meter.meter_idx); in mlx5_cmd_set_fte_flow_meter()735 if (fte->act_dests.action.exe_aso.type == MLX5_EXE_ASO_FLOW_METER) { in mlx5_cmd_set_fte()
652 flow_act->exe_aso.type = attr->exe_aso_type; in esw_setup_meter()653 flow_act->exe_aso.object_id = meter->obj_id; in esw_setup_meter()654 flow_act->exe_aso.flow_meter.meter_idx = meter->idx; in esw_setup_meter()655 flow_act->exe_aso.flow_meter.init_color = MLX5_FLOW_METER_COLOR_GREEN; in esw_setup_meter()657 flow_act->exe_aso.return_reg_id = 5; in esw_setup_meter()
277 struct mlx5_exe_aso exe_aso; member