Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c2207 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_push_vlan()
2225 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_modify_header()
2277 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_insert_ptr()
2309 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_tnl_l3_to_l2()
2340 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_aso()
2517 setter->idx_double = i; in mlx5hws_action_template_process()
2525 setter->idx_double = i; in mlx5hws_action_template_process()
2533 setter->idx_double = i; in mlx5hws_action_template_process()
2552 setter->idx_double = i; in mlx5hws_action_template_process()
2561 setter->idx_double = i; in mlx5hws_action_template_process()
[all …]
H A Daction.h105 u8 idx_double; member