num_of_collisions  260 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		new_htbl->ctrl.num_of_collisions++;
num_of_collisions  518 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 	ste->htbl->ctrl.num_of_collisions++;
num_of_collisions  625 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 	if (ctrl->num_of_collisions >= ctrl->increase_threshold &&
num_of_collisions  626 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 	    (ctrl->num_of_valid_entries - ctrl->num_of_collisions) >= ctrl->increase_threshold)
num_of_collisions  417 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	stats_tbl->ctrl.num_of_collisions--;
num_of_collisions  446 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	stats_tbl->ctrl.num_of_collisions--;
num_of_collisions  144 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h 	unsigned int num_of_collisions;