Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c663 struct mlx5dr_ste *action_ste; in dr_rule_handle_action_stes() local
677 action_ste = dr_rule_create_collision_htbl(matcher, in dr_rule_handle_action_stes()
680 if (!action_ste) in dr_rule_handle_action_stes()
683 mlx5dr_ste_get(action_ste); in dr_rule_handle_action_stes()
686 list_add_tail(&action_ste->miss_list_node, in dr_rule_handle_action_stes()
687 mlx5dr_ste_get_miss_list(action_ste)); in dr_rule_handle_action_stes()
695 mlx5dr_ste_set_hit_addr_by_next_htbl(prev_hw_ste, action_ste->htbl); in dr_rule_handle_action_stes()
696 ret = dr_rule_add_member(nic_rule, action_ste); in dr_rule_handle_action_stes()
701 mlx5dr_send_fill_and_append_ste_send_info(action_ste, DR_STE_SIZE, 0, in dr_rule_handle_action_stes()
712 mlx5dr_ste_put(action_ste, matcher, nic_matcher); in dr_rule_handle_action_stes()