Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c749 attr->aso_flow_meter.obj_id, in dr_ste_v1_set_actions_tx()
750 attr->aso_flow_meter.offset, in dr_ste_v1_set_actions_tx()
751 attr->aso_flow_meter.dest_reg_id, in dr_ste_v1_set_actions_tx()
752 attr->aso_flow_meter.init_color); in dr_ste_v1_set_actions_tx()
959 attr->aso_flow_meter.obj_id, in dr_ste_v1_set_actions_rx()
960 attr->aso_flow_meter.offset, in dr_ste_v1_set_actions_rx()
961 attr->aso_flow_meter.dest_reg_id, in dr_ste_v1_set_actions_rx()
962 attr->aso_flow_meter.init_color); in dr_ste_v1_set_actions_rx()
H A Ddr_action.c915 attr.aso_flow_meter.obj_id = action->aso->obj_id; in mlx5dr_actions_build_ste_arr()
916 attr.aso_flow_meter.offset = action->aso->offset; in mlx5dr_actions_build_ste_arr()
917 attr.aso_flow_meter.dest_reg_id = action->aso->dest_reg_id; in mlx5dr_actions_build_ste_arr()
918 attr.aso_flow_meter.init_color = action->aso->init_color; in mlx5dr_actions_build_ste_arr()
H A Ddr_types.h297 } aso_flow_meter; member