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
319 tmp_action = mlx5dr_action_create_packet_reformat(domain, in mlx5_cmd_dr_create_fte()
323 if (!tmp_action) { in mlx5_cmd_dr_create_fte()
327 fs_dr_actions[fs_dr_num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
328 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
352 tmp_action = in mlx5_cmd_dr_create_fte()
354 if (!tmp_action) { in mlx5_cmd_dr_create_fte()
358 fs_dr_actions[fs_dr_num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
359 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
363 tmp_action = in mlx5_cmd_dr_create_fte()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c752 struct mlx5hws_action *tmp_action; in mlx5_fs_fte_get_hws_actions() local
787 tmp_action = mlx5_fs_get_action_decap_tnl_l2_to_l2(fs_ctx); in mlx5_fs_fte_get_hws_actions()
788 if (!tmp_action) { in mlx5_fs_fte_get_hws_actions()
792 (*ractions)[num_actions++].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
820 tmp_action = mlx5_fs_get_action_pop_vlan(fs_ctx); in mlx5_fs_fte_get_hws_actions()
821 if (!tmp_action) { in mlx5_fs_fte_get_hws_actions()
825 (*ractions)[num_actions++].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
829 tmp_action = mlx5_fs_get_action_pop_vlan(fs_ctx); in mlx5_fs_fte_get_hws_actions()
830 if (!tmp_action) { in mlx5_fs_fte_get_hws_actions()
834 (*ractions)[num_actions++].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
[all …]