Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c289 new_htbl->ctrl.num_of_collisions++; in dr_rule_rehash_copy_ste()
564 ste->htbl->ctrl.num_of_collisions++; in dr_rule_handle_collision()
704 if (ctrl->num_of_collisions >= threshold && in dr_rule_need_enlarge_hash()
705 (ctrl->num_of_valid_entries - ctrl->num_of_collisions) >= threshold) in dr_rule_need_enlarge_hash()
H A Ddr_ste.c274 stats_tbl->ctrl.num_of_collisions--; in dr_ste_replace_head_ste()
305 stats_tbl->ctrl.num_of_collisions--; in dr_ste_remove_middle_ste()
519 htbl->ctrl.num_of_collisions = 0; in mlx5dr_ste_htbl_alloc()
H A Ddr_types.h187 unsigned int num_of_collisions; member