Home
last modified time | relevance | path

Searched refs:action_type_arr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c833 enum mlx5hws_action_type *action_type_arr; in hws_bwc_matcher_find_at() local
839 action_type_arr = bwc_matcher->at[i]->action_type_arr; in hws_bwc_matcher_find_at()
843 if (action_type_arr[j] != rule_actions[j].action->type) in hws_bwc_matcher_find_at()
848 if (action_type_arr[j] == MLX5HWS_ACTION_TYP_LAST && in hws_bwc_matcher_find_at()
H A Daction.c2455 enum mlx5hws_action_type *action_type = at->action_type_arr; in mlx5hws_action_template_process()
2632 at->action_type_arr = kzalloc_objs(*action_type, num_actions); 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()
H A Ddebug.c87 action_type = at->action_type_arr[j]; in hws_debug_dump_matcher_action_template()
H A Dmatcher.c613 valid = mlx5hws_action_check_combo(ctx, at->action_type_arr, matcher->tbl->type); in hws_matcher_check_and_process_at()