Searched refs:translated_actions (Results 1 – 1 of 1) sorted by relevance
3291 *translated_actions = translated; in flow_shared_actions_translate()5274 struct rte_flow_action *translated_actions = NULL; in flow_list_create() local5292 &translated_actions, error); in flow_list_create()5294 MLX5_ASSERT(translated_actions == NULL); in flow_list_create()5297 actions = translated_actions ? translated_actions : original_actions; in flow_list_create()5436 rte_free(translated_actions); in flow_list_create()5462 rte_free(translated_actions); in flow_list_create()5534 struct rte_flow_action *translated_actions = NULL; in mlx5_flow_validate() local5538 &translated_actions, error); in mlx5_flow_validate()5542 actions = translated_actions ? translated_actions : original_actions; in mlx5_flow_validate()[all …]