Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.h100 mlx5hws_action_setter_fp set_double; member
283 if (setter->set_double) in mlx5hws_action_apply_setter()
284 setter->set_double(apply, setter); in mlx5hws_action_apply_setter()
288 num_of_actions = setter->set_double ? in mlx5hws_action_apply_setter()
H A Daction.c2516 setter->set_double = &hws_action_setter_push_vlan; in mlx5hws_action_template_process()
2524 setter->set_double = &hws_action_setter_modify_header; in mlx5hws_action_template_process()
2532 setter->set_double = &hws_action_setter_aso; in mlx5hws_action_template_process()
2551 setter->set_double = &hws_action_setter_insert_ptr; in mlx5hws_action_template_process()
2560 setter->set_double = &hws_action_setter_insert_ptr; in mlx5hws_action_template_process()
2570 setter->set_double = &hws_action_setter_tnl_l3_to_l2; in mlx5hws_action_template_process()