Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c696 struct mlx5dr_ste *action_ste; in dr_rule_handle_action_stes() local
708 action_ste = dr_rule_create_collision_htbl(matcher, in dr_rule_handle_action_stes()
711 if (!action_ste) in dr_rule_handle_action_stes()
714 mlx5dr_ste_get(action_ste); in dr_rule_handle_action_stes()
716 action_ste->htbl->pointing_ste = last_ste; in dr_rule_handle_action_stes()
717 last_ste->next_htbl = action_ste->htbl; in dr_rule_handle_action_stes()
718 last_ste = action_ste; in dr_rule_handle_action_stes()
721 list_add_tail(&action_ste->miss_list_node, in dr_rule_handle_action_stes()
722 mlx5dr_ste_get_miss_list(action_ste)); in dr_rule_handle_action_stes()
732 action_ste->htbl); in dr_rule_handle_action_stes()
[all …]