Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c625 if (ctrl->num_of_collisions >= ctrl->increase_threshold && in dr_rule_need_enlarge_hash()
626 (ctrl->num_of_valid_entries - ctrl->num_of_collisions) >= ctrl->increase_threshold) in dr_rule_need_enlarge_hash()
Ddr_types.h145 unsigned int increase_threshold; member
Ddr_ste.c659 ctrl->increase_threshold = (num_of_entries + 1) / 2; in dr_ste_set_ctrl()