Searched refs:translated_actions (Results 1 – 1 of 1) sorted by relevance
4234 *translated_actions = translated; in flow_action_handles_translate()6887 struct rte_flow_action *translated_actions = NULL; in flow_list_create() local6906 &translated_actions, error); in flow_list_create()6908 MLX5_ASSERT(translated_actions == NULL); in flow_list_create()6911 actions = translated_actions ? translated_actions : original_actions; in flow_list_create()7050 rte_free(translated_actions); in flow_list_create()7076 rte_free(translated_actions); in flow_list_create()7221 struct rte_flow_action *translated_actions = NULL; in mlx5_flow_validate() local7225 &translated_actions, error); in mlx5_flow_validate()7229 actions = translated_actions ? translated_actions : original_actions; in mlx5_flow_validate()[all …]