Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_rule.c365 u8 total_stes, action_stes; in hws_rule_create_hws() local
372 total_stes = at->num_of_action_stes + (is_jumbo && !at->only_term); in hws_rule_create_hws()
373 action_stes = total_stes - 1; in hws_rule_create_hws()
417 for (i = total_stes; i-- > 0;) { in hws_rule_create_hws()