Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c45 struct mlx5dr_ste_htbl *new_htbl; in dr_rule_create_collision_htbl() local
49 new_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_rule_create_collision_htbl()
53 if (!new_htbl) { in dr_rule_create_collision_htbl()
59 ste = new_htbl->ste_arr; in dr_rule_create_collision_htbl()
61 mlx5dr_htbl_get(new_htbl); in dr_rule_create_collision_htbl()
224 struct mlx5dr_ste_htbl *new_htbl, in dr_rule_rehash_copy_ste() argument
242 new_idx = mlx5dr_ste_calc_hash_index(hw_ste, new_htbl); in dr_rule_rehash_copy_ste()
243 new_ste = &new_htbl->ste_arr[new_idx]; in dr_rule_rehash_copy_ste()
246 mlx5dr_htbl_get(new_htbl); in dr_rule_rehash_copy_ste()
260 new_htbl->ctrl.num_of_collisions++; in dr_rule_rehash_copy_ste()
[all …]