Searched refs:ctr_id (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_action.c | 365 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()
|
D | dr_types.h | 233 void mlx5dr_ste_set_counter_id(u8 *hw_ste_p, u32 ctr_id); 764 u32 ctr_id; member
|
D | dr_ste.c | 178 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()
|