Searched refs:MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c305 if (zone_alloc->flags & MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP) {
556 if (!(zones->flags & MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP))
H A Dmlx4.h1441 MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP = 1UL << 0, enumerator in enum:mlx4_zone_alloc_flags
1487 /* If <zones> was allocated with MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP, instead of
H A Dqp.c562 qp_table->zones = mlx4_zone_allocator_create(MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP);

Completed in 207 milliseconds