Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c47 struct mlx5dr_ste_htbl *new_htbl; in dr_rule_create_collision_htbl() local
51 new_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_rule_create_collision_htbl()
55 if (!new_htbl) { in dr_rule_create_collision_htbl()
61 ste = new_htbl->ste_arr; in dr_rule_create_collision_htbl()
64 mlx5dr_htbl_get(new_htbl); in dr_rule_create_collision_htbl()
235 struct mlx5dr_ste_htbl *new_htbl, in dr_rule_rehash_copy_ste() argument
255 new_idx = mlx5dr_ste_calc_hash_index(hw_ste, new_htbl); in dr_rule_rehash_copy_ste()
256 new_ste = &new_htbl->ste_arr[new_idx]; in dr_rule_rehash_copy_ste()
259 mlx5dr_htbl_get(new_htbl); in dr_rule_rehash_copy_ste()
273 new_htbl->ctrl.num_of_collisions++; in dr_rule_rehash_copy_ste()
[all …]