Searched refs:action_type_arr (Results 1 – 5 of 5) sorted by relevance
803 enum mlx5hws_action_type *action_type_arr; in hws_bwc_matcher_find_at() local809 action_type_arr = bwc_matcher->at[i]->action_type_arr; in hws_bwc_matcher_find_at()813 if (action_type_arr[j] != rule_actions[j].action->type) in hws_bwc_matcher_find_at()818 if (action_type_arr[j] == MLX5HWS_ACTION_TYP_LAST && in hws_bwc_matcher_find_at()
115 enum mlx5hws_action_type *action_type_arr; member
2455 enum mlx5hws_action_type *action_type = at->action_type_arr; in mlx5hws_action_template_process()2632 at->action_type_arr = kcalloc(num_actions, sizeof(*action_type), GFP_KERNEL); in mlx5hws_action_template_create()2633 if (!at->action_type_arr) in mlx5hws_action_template_create()2637 at->action_type_arr[i] = action_type[i]; in mlx5hws_action_template_create()2648 kfree(at->action_type_arr); in mlx5hws_action_template_destroy()
87 action_type = at->action_type_arr[j]; in hws_debug_dump_matcher_action_template()
610 valid = mlx5hws_action_check_combo(ctx, at->action_type_arr, matcher->tbl->type); in hws_matcher_check_and_process_at()
Completed in 16 milliseconds