Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v1.c615 attr->aso_flow_meter.obj_id, in dr_ste_v1_set_actions_tx()
616 attr->aso_flow_meter.offset, in dr_ste_v1_set_actions_tx()
617 attr->aso_flow_meter.dest_reg_id, in dr_ste_v1_set_actions_tx()
618 attr->aso_flow_meter.init_color); in dr_ste_v1_set_actions_tx()
826 attr->aso_flow_meter.obj_id, in dr_ste_v1_set_actions_rx()
827 attr->aso_flow_meter.offset, in dr_ste_v1_set_actions_rx()
828 attr->aso_flow_meter.dest_reg_id, in dr_ste_v1_set_actions_rx()
829 attr->aso_flow_meter.init_color); in dr_ste_v1_set_actions_rx()
H A Ddr_action.c922 attr.aso_flow_meter.obj_id = action->aso->obj_id; in mlx5dr_actions_build_ste_arr()
923 attr.aso_flow_meter.offset = action->aso->offset; in mlx5dr_actions_build_ste_arr()
924 attr.aso_flow_meter.dest_reg_id = action->aso->dest_reg_id; in mlx5dr_actions_build_ste_arr()
925 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