Searched refs:tmp_action (Results 1 – 2 of 2) sorted by relevance
263 struct mlx5dr_action *tmp_action; in mlx5_cmd_dr_create_fte() local319 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 …]
752 struct mlx5hws_action *tmp_action; in mlx5_fs_fte_get_hws_actions() local787 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 …]