Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c661 struct mlx5dr_ste *action_ste; in dr_rule_handle_action_stes() local
675 action_ste = dr_rule_create_collision_htbl(matcher, in dr_rule_handle_action_stes()
678 if (!action_ste) in dr_rule_handle_action_stes()
681 mlx5dr_ste_get(action_ste); in dr_rule_handle_action_stes()
684 list_add_tail(&action_ste->miss_list_node, in dr_rule_handle_action_stes()
685 mlx5dr_ste_get_miss_list(action_ste)); in dr_rule_handle_action_stes()
693 mlx5dr_ste_set_hit_addr_by_next_htbl(prev_hw_ste, action_ste->htbl); in dr_rule_handle_action_stes()
694 ret = dr_rule_add_member(nic_rule, action_ste); in dr_rule_handle_action_stes()
699 mlx5dr_send_fill_and_append_ste_send_info(action_ste, DR_STE_SIZE, 0, in dr_rule_handle_action_stes()
710 mlx5dr_ste_put(action_ste, matcher, nic_matcher); in dr_rule_handle_action_stes()