Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c42 struct mlx5dr_ste_htbl *new_htbl; in dr_rule_create_collision_htbl() local
47 new_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_rule_create_collision_htbl()
51 if (!new_htbl) { in dr_rule_create_collision_htbl()
57 ste = new_htbl->chunk->ste_arr; in dr_rule_create_collision_htbl()
60 mlx5dr_htbl_get(new_htbl); in dr_rule_create_collision_htbl()
233 struct mlx5dr_ste_htbl *new_htbl, in dr_rule_rehash_copy_ste() argument
254 new_idx = mlx5dr_ste_calc_hash_index(hw_ste, new_htbl); in dr_rule_rehash_copy_ste()
255 new_ste = &new_htbl->chunk->ste_arr[new_idx]; in dr_rule_rehash_copy_ste()
258 mlx5dr_htbl_get(new_htbl); in dr_rule_rehash_copy_ste()
272 new_htbl->ctrl.num_of_collisions++; in dr_rule_rehash_copy_ste()
[all …]