Home
last modified time | relevance | path

Searched refs:idx_double (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c2163 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_push_vlan()
2167 hws_action_apply_stc(apply, MLX5HWS_ACTION_STC_IDX_DW6, setter->idx_double); in hws_action_setter_push_vlan()
2181 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_modify_header()
2233 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_insert_ptr()
2265 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_tnl_l3_to_l2()
2296 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_aso()
2318 hws_action_apply_stc(apply, MLX5HWS_ACTION_STC_IDX_DW6, setter->idx_double); in hws_action_setter_aso()
2472 setter->idx_double = i; in mlx5hws_action_template_process()
2480 setter->idx_double = i; in mlx5hws_action_template_process()
2488 setter->idx_double = i; in mlx5hws_action_template_process()
[all …]
Dmlx5hws_action.h105 u8 idx_double; member