Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c305 if (zone_alloc->flags & MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP) { in __mlx4_zone_remove_one_entry()
556 if (!(zones->flags & MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP)) in mlx4_zone_free_entries_unique()
H A Dqp.c562 qp_table->zones = mlx4_zone_allocator_create(MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP); in mlx4_create_zones()
H A Dmlx4.h1441 MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP = 1UL << 0, enumerator