Searched refs:exe_aso_ctrl (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_cmd.c | 499 void *exe_aso_ctrl; in mlx5_cmd_set_fte_flow_meter() local 508 exe_aso_ctrl = MLX5_ADDR_OF(execute_aso, execute_aso, exe_aso_ctrl); in mlx5_cmd_set_fte_flow_meter() 509 MLX5_SET(exe_aso_ctrl_flow_meter, exe_aso_ctrl, return_reg_id, in mlx5_cmd_set_fte_flow_meter() 511 MLX5_SET(exe_aso_ctrl_flow_meter, exe_aso_ctrl, aso_type, in mlx5_cmd_set_fte_flow_meter() 513 MLX5_SET(exe_aso_ctrl_flow_meter, exe_aso_ctrl, init_color, in mlx5_cmd_set_fte_flow_meter() 515 MLX5_SET(exe_aso_ctrl_flow_meter, exe_aso_ctrl, meter_id, in mlx5_cmd_set_fte_flow_meter()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | action.c | 2337 u32 exe_aso_ctrl; in hws_action_setter_aso() local 2348 exe_aso_ctrl = rule_action->aso_meter.offset % MLX5_ASO_METER_NUM_PER_OBJ; in hws_action_setter_aso() 2349 exe_aso_ctrl |= rule_action->aso_meter.init_color << in hws_action_setter_aso() 2360 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = htonl(exe_aso_ctrl); in hws_action_setter_aso()
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 3842 union mlx5_ifc_exe_aso_ctrl exe_aso_ctrl; member
|