Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c207 new_ste->next_htbl->pointing_ste = new_ste; in dr_rule_rehash_copy_ste_ctrl()
400 new_htbl->pointing_ste = cur_htbl->pointing_ste; in dr_rule_rehash_htbl()
401 new_htbl->pointing_ste->next_htbl = new_htbl; in dr_rule_rehash_htbl()
428 struct mlx5dr_ste_htbl *prev_htbl = cur_htbl->pointing_ste->htbl; in dr_rule_rehash_htbl()
445 mlx5dr_ste_set_hit_addr_by_next_htbl(cur_htbl->pointing_ste->hw_ste, in dr_rule_rehash_htbl()
447 ste_to_update = cur_htbl->pointing_ste; in dr_rule_rehash_htbl()
Ddr_matcher.c449 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->ste_arr; in dr_matcher_connect()
453 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()
726 next_nic_matcher->s_htbl->pointing_ste = prev_anchor->ste_arr; in dr_matcher_disconnect()
Ddr_types.h166 struct mlx5dr_ste *pointing_ste; member
Ddr_ste.c357 dst->next_htbl->pointing_ste = dst; in dr_ste_replace()
634 next_htbl->pointing_ste = ste; in mlx5dr_ste_create_next_htbl()