Searched refs:ractions (Results 1 – 1 of 1) sorted by relevance
743 struct mlx5hws_rule_action **ractions) in mlx5_fs_fte_get_hws_actions() argument762 *ractions = kzalloc_objs(**ractions, MLX5_FLOW_CONTEXT_ACTION_MAX); in mlx5_fs_fte_get_hws_actions()763 if (!*ractions) { in mlx5_fs_fte_get_hws_actions()792 (*ractions)[num_actions++].action = tmp_action; in mlx5_fs_fte_get_hws_actions()806 (*ractions)[num_actions].reformat.offset = pr_data->offset; in mlx5_fs_fte_get_hws_actions()807 (*ractions)[num_actions].reformat.hdr_idx = pr_data->hdr_idx; in mlx5_fs_fte_get_hws_actions()808 (*ractions)[num_actions].reformat.data = pr_data->data; in mlx5_fs_fte_get_hws_actions()809 (*ractions)[num_actions++].action = in mlx5_fs_fte_get_hws_actions()812 (*ractions)[num_actions++].action = in mlx5_fs_fte_get_hws_actions()825 (*ractions)[num_actions++].action = tmp_action; in mlx5_fs_fte_get_hws_actions()[all …]