Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dbwc.c803 enum mlx5hws_action_type *action_type_arr; in hws_bwc_matcher_find_at() local
809 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()
A Daction.h115 enum mlx5hws_action_type *action_type_arr; member
A Daction.c2455 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()
A Ddebug.c87 action_type = at->action_type_arr[j]; in hws_debug_dump_matcher_action_template()
A Dmatcher.c610 valid = mlx5hws_action_check_combo(ctx, at->action_type_arr, matcher->tbl->type); in hws_matcher_check_and_process_at()

Completed in 16 milliseconds