Searched refs:action_types (Results 1 – 2 of 2) sorted by relevance
231 enum mlx5hws_action_type action_types[]) in mlx5hws_bwc_matcher_create_simple() argument262 mlx5hws_action_template_create(action_types ? in mlx5hws_bwc_matcher_create_simple()263 action_types : init_action_types); in mlx5hws_bwc_matcher_create_simple()759 enum mlx5hws_action_type action_types[]) in hws_bwc_rule_actions_to_action_types() argument766 action_types[i] = (enum mlx5hws_action_type)rule_actions[i].action->type; in hws_bwc_rule_actions_to_action_types()769 action_types[i] = MLX5HWS_ACTION_TYP_LAST; in hws_bwc_rule_actions_to_action_types()776 enum mlx5hws_action_type action_types[MLX5HWS_BWC_MAX_ACTS]; in hws_bwc_matcher_extend_at() local795 hws_bwc_rule_actions_to_action_types(rule_actions, action_types); in hws_bwc_matcher_extend_at()798 mlx5hws_action_template_create(action_types); in hws_bwc_matcher_extend_at()
61 enum mlx5hws_action_type action_types[]);