Searched refs:ctr_id (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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() 718 attr.ctr_id = action->ctr.ctr_id + in mlx5dr_actions_build_ste_arr() 1010 action->ctr.ctr_id = counter_id; in mlx5dr_action_create_flow_counter()
|
| D | dr_types.h | 227 void mlx5dr_ste_set_counter_id(u8 *hw_ste_p, u32 ctr_id); 744 u32 ctr_id; member
|
| D | dr_ste.c | 163 void mlx5dr_ste_set_counter_id(u8 *hw_ste_p, u32 ctr_id) in mlx5dr_ste_set_counter_id() argument 166 MLX5_SET(ste_rx_steering_mult, hw_ste_p, counter_trigger_15_0, ctr_id); in mlx5dr_ste_set_counter_id() 167 MLX5_SET(ste_rx_steering_mult, hw_ste_p, counter_trigger_23_16, ctr_id >> 16); in mlx5dr_ste_set_counter_id()
|