Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c80 ste->htbl->pointing_ste = orig_ste->htbl->pointing_ste; in dr_rule_create_collision_entry()
188 new_ste->htbl->pointing_ste = col_ste->htbl->pointing_ste; in dr_rule_rehash_handle_collision()
218 new_ste->next_htbl->pointing_ste = new_ste; in dr_rule_rehash_copy_ste_ctrl()
413 new_htbl->pointing_ste = cur_htbl->pointing_ste; in dr_rule_rehash_htbl()
414 new_htbl->pointing_ste->next_htbl = new_htbl; in dr_rule_rehash_htbl()
441 struct mlx5dr_ste_htbl *prev_htbl = cur_htbl->pointing_ste->htbl; in dr_rule_rehash_htbl()
460 mlx5dr_ste_get_hw_ste(cur_htbl->pointing_ste), in dr_rule_rehash_htbl()
462 ste_to_update = cur_htbl->pointing_ste; in dr_rule_rehash_htbl()
608 return first_ste->htbl->pointing_ste; in dr_rule_get_pointed_ste()
716 action_ste->htbl->pointing_ste = last_ste; in dr_rule_handle_action_stes()
Ddr_matcher.c729 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->chunk->ste_arr; in dr_nic_matcher_connect()
733 next_nic_matcher->s_htbl->pointing_ste = in dr_nic_matcher_connect()
1048 next_nic_matcher->s_htbl->pointing_ste = prev_anchor->chunk->ste_arr; in dr_matcher_disconnect_nic()
Ddr_ste.c180 dst->next_htbl->pointing_ste = dst; in dr_ste_replace()
475 next_htbl->pointing_ste = ste; in mlx5dr_ste_create_next_htbl()
Ddr_types.h184 struct mlx5dr_ste *pointing_ste; member