Home
last modified time | relevance | path

Searched refs:action_types (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_bwc.c71 enum mlx5hws_action_type action_types[]) in mlx5hws_bwc_matcher_create_simple() argument
95 mlx5hws_action_template_create(action_types ? in mlx5hws_bwc_matcher_create_simple()
96 action_types : init_action_types); in mlx5hws_bwc_matcher_create_simple()
481 enum mlx5hws_action_type action_types[]) in hws_bwc_rule_actions_to_action_types() argument
488 action_types[i] = (enum mlx5hws_action_type)rule_actions[i].action->type; in hws_bwc_rule_actions_to_action_types()
491 action_types[i] = MLX5HWS_ACTION_TYP_LAST; 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() local
500 hws_bwc_rule_actions_to_action_types(rule_actions, action_types); in hws_bwc_matcher_extend_at()
503 mlx5hws_action_template_create(action_types); in hws_bwc_matcher_extend_at()
Dmlx5hws_bwc.h39 enum mlx5hws_action_type action_types[]);
/linux-6.12.1/include/xen/interface/
Dxen-mca.h168 uint8_t action_types; member