Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c505 if (fte->action.exe_aso.type != MLX5_EXE_ASO_FLOW_METER) { in mlx5_cmd_dr_create_fte()
512 fte->action.exe_aso.object_id, in mlx5_cmd_dr_create_fte()
513 fte->action.exe_aso.return_reg_id, in mlx5_cmd_dr_create_fte()
514 fte->action.exe_aso.type, in mlx5_cmd_dr_create_fte()
515 fte->action.exe_aso.flow_meter.init_color, in mlx5_cmd_dr_create_fte()
516 fte->action.exe_aso.flow_meter.meter_idx); in mlx5_cmd_dr_create_fte()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c497 fte->action.exe_aso.object_id); in mlx5_cmd_set_fte_flow_meter()
501 fte->action.exe_aso.return_reg_id); in mlx5_cmd_set_fte_flow_meter()
503 fte->action.exe_aso.type); in mlx5_cmd_set_fte_flow_meter()
505 fte->action.exe_aso.flow_meter.init_color); in mlx5_cmd_set_fte_flow_meter()
507 fte->action.exe_aso.flow_meter.meter_idx); in mlx5_cmd_set_fte_flow_meter()
698 if (fte->action.exe_aso.type == MLX5_EXE_ASO_FLOW_METER) { in mlx5_cmd_set_fte()
Deswitch_offloads.c537 flow_act->exe_aso.type = attr->exe_aso_type; in esw_setup_meter()
538 flow_act->exe_aso.object_id = meter->obj_id; in esw_setup_meter()
539 flow_act->exe_aso.flow_meter.meter_idx = meter->idx; in esw_setup_meter()
540 flow_act->exe_aso.flow_meter.init_color = MLX5_FLOW_METER_COLOR_GREEN; in esw_setup_meter()
542 flow_act->exe_aso.return_reg_id = 5; in esw_setup_meter()
/Linux-v6.1/include/linux/mlx5/
Dfs.h256 struct mlx5_exe_aso exe_aso; member