Home
last modified time | relevance | path

Searched refs:mlx5hws_action_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws.h24 enum mlx5hws_action_type { enum
352 mlx5hws_action_template_create(enum mlx5hws_action_type action_type[]);
502 enum mlx5hws_action_type
647 enum mlx5hws_action_type reformat_type,
H A Dmlx5hws_action.h115 enum mlx5hws_action_type *action_type_arr;
199 const char *mlx5hws_action_type_to_str(enum mlx5hws_action_type action_type);
213 enum mlx5hws_action_type *user_actions,
H A Dmlx5hws_bwc.c71 enum mlx5hws_action_type action_types[]) in mlx5hws_bwc_matcher_create_simple()
73 enum mlx5hws_action_type init_action_types[1] = { MLX5HWS_ACTION_TYP_LAST }; in mlx5hws_bwc_matcher_create_simple()
481 enum mlx5hws_action_type action_types[]) in hws_bwc_rule_actions_to_action_types()
488 action_types[i] = (enum mlx5hws_action_type)rule_actions[i].action->type; in hws_bwc_rule_actions_to_action_types()
498 enum mlx5hws_action_type action_types[MLX5HWS_BWC_MAX_ACTS]; in hws_bwc_matcher_extend_at()
535 enum mlx5hws_action_type *action_type_arr; in hws_bwc_matcher_find_at()
H A Dmlx5hws_bwc.h39 enum mlx5hws_action_type action_types[]);
H A Dmlx5hws_action.c67 const char *mlx5hws_action_type_to_str(enum mlx5hws_action_type action_type) in mlx5hws_action_type_to_str()
72 enum mlx5hws_action_type mlx5hws_action_get_type(struct mlx5hws_action *action) in mlx5hws_action_get_type()
195 enum mlx5hws_action_type *user_actions) in hws_action_print_combo()
206 enum mlx5hws_action_type *user_actions, in mlx5hws_action_check_combo()
617 enum mlx5hws_action_type action_type, in hws_action_create_generic_bulk()
648 enum mlx5hws_action_type action_type) in hws_action_create_generic()
751 enum mlx5hws_action_type action_type, in hws_action_create_aso()
1148 enum mlx5hws_action_type reformat_type, in mlx5hws_action_create_reformat()
1386 enum mlx5hws_action_type action_type = dests[i].dest->type; in mlx5hws_action_create_dest_array()
2409 enum mlx5hws_action_type *action_type = at->action_type_arr; in mlx5hws_action_template_process()
[all …]
H A Dmlx5hws_debug.c72 enum mlx5hws_action_type action_type; in hws_debug_dump_matcher_action_template()