Home
last modified time | relevance | path

Searched refs:aso_flow_meter (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v1.c665 attr->aso_flow_meter.obj_id, in dr_ste_v1_set_actions_tx()
666 attr->aso_flow_meter.offset, in dr_ste_v1_set_actions_tx()
667 attr->aso_flow_meter.dest_reg_id, in dr_ste_v1_set_actions_tx()
668 attr->aso_flow_meter.init_color); in dr_ste_v1_set_actions_tx()
853 attr->aso_flow_meter.obj_id, in dr_ste_v1_set_actions_rx()
854 attr->aso_flow_meter.offset, in dr_ste_v1_set_actions_rx()
855 attr->aso_flow_meter.dest_reg_id, in dr_ste_v1_set_actions_rx()
856 attr->aso_flow_meter.init_color); in dr_ste_v1_set_actions_rx()
Ddr_action.c803 attr.aso_flow_meter.obj_id = action->aso->obj_id; in mlx5dr_actions_build_ste_arr()
804 attr.aso_flow_meter.offset = action->aso->offset; in mlx5dr_actions_build_ste_arr()
805 attr.aso_flow_meter.dest_reg_id = action->aso->dest_reg_id; in mlx5dr_actions_build_ste_arr()
806 attr.aso_flow_meter.init_color = action->aso->init_color; in mlx5dr_actions_build_ste_arr()
Ddr_types.h281 } aso_flow_meter; member