Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dfs_dr.c263 struct mlx5dr_action *tmp_action; in mlx5_cmd_dr_create_fte() local
321 tmp_action = mlx5dr_action_create_packet_reformat(domain, in mlx5_cmd_dr_create_fte()
325 if (!tmp_action) { in mlx5_cmd_dr_create_fte()
329 fs_dr_actions[fs_dr_num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
330 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
354 tmp_action = in mlx5_cmd_dr_create_fte()
356 if (!tmp_action) { in mlx5_cmd_dr_create_fte()
360 fs_dr_actions[fs_dr_num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
361 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
365 tmp_action in mlx5_cmd_dr_create_fte()
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c751 struct mlx5hws_action *tmp_action; in mlx5_fs_fte_get_hws_actions() local
789 tmp_action = mlx5_fs_get_action_decap_tnl_l2_to_l2(fs_ctx); in mlx5_fs_fte_get_hws_actions()
790 if (!tmp_action) { in mlx5_fs_fte_get_hws_actions()
794 (*ractions)[num_actions++].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
822 tmp_action = mlx5_fs_get_action_pop_vlan(fs_ctx); in mlx5_fs_fte_get_hws_actions()
823 if (!tmp_action) { in mlx5_fs_fte_get_hws_actions()
827 (*ractions)[num_actions++].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
831 tmp_action = mlx5_fs_get_action_pop_vlan(fs_ctx); in mlx5_fs_fte_get_hws_actions()
832 if (!tmp_action) { in mlx5_fs_fte_get_hws_actions()
836 (*ractions)[num_actions++].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
[all...]