Searched refs:exe_aso (Results 1 – 4 of 4) sorted by relevance
534 if (fte->action.exe_aso.type != MLX5_EXE_ASO_FLOW_METER) { in mlx5_cmd_dr_create_fte()541 fte->action.exe_aso.object_id, in mlx5_cmd_dr_create_fte()542 fte->action.exe_aso.return_reg_id, in mlx5_cmd_dr_create_fte()543 fte->action.exe_aso.type, in mlx5_cmd_dr_create_fte()544 fte->action.exe_aso.flow_meter.init_color, in mlx5_cmd_dr_create_fte()545 fte->action.exe_aso.flow_meter.meter_idx); in mlx5_cmd_dr_create_fte()
505 fte->action.exe_aso.object_id); in mlx5_cmd_set_fte_flow_meter()509 fte->action.exe_aso.return_reg_id); in mlx5_cmd_set_fte_flow_meter()511 fte->action.exe_aso.type); in mlx5_cmd_set_fte_flow_meter()513 fte->action.exe_aso.flow_meter.init_color); in mlx5_cmd_set_fte_flow_meter()515 fte->action.exe_aso.flow_meter.meter_idx); in mlx5_cmd_set_fte_flow_meter()733 if (fte->action.exe_aso.type == MLX5_EXE_ASO_FLOW_METER) { in mlx5_cmd_set_fte()
637 flow_act->exe_aso.type = attr->exe_aso_type; in esw_setup_meter()638 flow_act->exe_aso.object_id = meter->obj_id; in esw_setup_meter()639 flow_act->exe_aso.flow_meter.meter_idx = meter->idx; in esw_setup_meter()640 flow_act->exe_aso.flow_meter.init_color = MLX5_FLOW_METER_COLOR_GREEN; in esw_setup_meter()642 flow_act->exe_aso.return_reg_id = 5; in esw_setup_meter()
275 struct mlx5_exe_aso exe_aso; member