Searched refs:action_types (Results 1 – 4 of 4) sorted by relevance
393 enum mlx5hws_action_type action_types[HWS_NUM_CHAIN_ACTIONS]; in hws_submatcher_init_first() local407 action_types[0] = MLX5HWS_ACTION_TYP_MODIFY_HDR; in hws_submatcher_init_first()408 action_types[1] = MLX5HWS_ACTION_TYP_TBL; in hws_submatcher_init_first()409 action_types[2] = MLX5HWS_ACTION_TYP_LAST; in hws_submatcher_init_first()413 action_types); in hws_submatcher_init_first()438 enum mlx5hws_action_type action_types[HWS_NUM_CHAIN_ACTIONS]; in hws_submatcher_init() local473 action_types[0] = MLX5HWS_ACTION_TYP_MODIFY_HDR; in hws_submatcher_init()474 action_types[1] = MLX5HWS_ACTION_TYP_TBL; in hws_submatcher_init()475 action_types[2] = MLX5HWS_ACTION_TYP_LAST; in hws_submatcher_init()484 is_last ? NULL : action_types); in hws_submatcher_init()
231 enum mlx5hws_action_type action_types[]) in mlx5hws_bwc_matcher_create_simple() argument263 mlx5hws_action_template_create(action_types ? in mlx5hws_bwc_matcher_create_simple()264 action_types : init_action_types); in mlx5hws_bwc_matcher_create_simple()761 enum mlx5hws_action_type action_types[]) in hws_bwc_rule_actions_to_action_types() argument768 action_types[i] = (enum mlx5hws_action_type)rule_actions[i].action->type; in hws_bwc_rule_actions_to_action_types()771 action_types[i] = MLX5HWS_ACTION_TYP_LAST; in hws_bwc_rule_actions_to_action_types()778 enum mlx5hws_action_type action_types[MLX5HWS_BWC_MAX_ACTS]; in hws_bwc_matcher_extend_at() local797 hws_bwc_rule_actions_to_action_types(rule_actions, action_types); in hws_bwc_matcher_extend_at()800 mlx5hws_action_template_create(action_types); in hws_bwc_matcher_extend_at()
76 enum mlx5hws_action_type action_types[]);
168 uint8_t action_types; member