Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c63 struct mlx5dr_ste_htbl *new_htbl; in dr_rule_create_collision_htbl() local
67 new_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_rule_create_collision_htbl()
71 if (!new_htbl) { in dr_rule_create_collision_htbl()
77 ste = new_htbl->chunk->ste_arr; in dr_rule_create_collision_htbl()
79 mlx5dr_htbl_get(new_htbl); in dr_rule_create_collision_htbl()
252 struct mlx5dr_ste_htbl *new_htbl, in dr_rule_rehash_copy_ste() argument
271 new_idx = mlx5dr_ste_calc_hash_index(hw_ste, new_htbl); in dr_rule_rehash_copy_ste()
272 new_ste = &new_htbl->chunk->ste_arr[new_idx]; in dr_rule_rehash_copy_ste()
275 mlx5dr_htbl_get(new_htbl); in dr_rule_rehash_copy_ste()
289 new_htbl->ctrl.num_of_collisions++; in dr_rule_rehash_copy_ste()
[all …]