Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c365 u32 ctr_id; member
469 mlx5dr_ste_set_counter_id(last_ste, attr->ctr_id); in dr_actions_apply_tx()
478 mlx5dr_ste_set_counter_id(last_ste, attr->ctr_id); in dr_actions_apply_rx()
721 attr.ctr_id = action->ctr.ctr_id + in mlx5dr_actions_build_ste_arr()
1131 action->ctr.ctr_id = counter_id; in mlx5dr_action_create_flow_counter()
Ddr_types.h233 void mlx5dr_ste_set_counter_id(u8 *hw_ste_p, u32 ctr_id);
764 u32 ctr_id; member
Ddr_ste.c178 void mlx5dr_ste_set_counter_id(u8 *hw_ste_p, u32 ctr_id) in mlx5dr_ste_set_counter_id() argument
181 MLX5_SET(ste_rx_steering_mult, hw_ste_p, counter_trigger_15_0, ctr_id); in mlx5dr_ste_set_counter_id()
182 MLX5_SET(ste_rx_steering_mult, hw_ste_p, counter_trigger_23_16, ctr_id >> 16); in mlx5dr_ste_set_counter_id()