Home
last modified time | relevance | path

Searched refs:exe_aso (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c534 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()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c505 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()
Deswitch_offloads.c637 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()
/Linux-v6.6/include/linux/mlx5/
Dfs.h275 struct mlx5_exe_aso exe_aso; member