Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.h116 u8 num_of_action_stes; member
Dmlx5hws_rule.c371 setter = &at->setters[at->num_of_action_stes]; in hws_rule_create_hws()
372 total_stes = at->num_of_action_stes + (is_jumbo && !at->only_term); in hws_rule_create_hws()
Dmlx5hws_debug.c83 at->num_of_action_stes, in hws_debug_dump_matcher_action_template()
Dmlx5hws_matcher.c634 required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term); in hws_matcher_bind_at()
972 required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term); in mlx5hws_matcher_attach_at()
Dmlx5hws_action.c2418 if (at->num_of_action_stes) in mlx5hws_action_template_process()
2561 at->num_of_action_stes = last_setter - start_setter + 1; in mlx5hws_action_template_process()
2564 at->only_term = (at->num_of_action_stes == 1) && in mlx5hws_action_template_process()