Searched refs:mlx5_bitmap (Results 1 – 2 of 2) sorted by relevance
45 static int mlx5_bitmap_init(struct mlx5_bitmap *bitmap, uint32_t num, in mlx5_bitmap_init()61 static void bitmap_free_range(struct mlx5_bitmap *bitmap, uint32_t obj, in bitmap_free_range()75 static int bitmap_empty(struct mlx5_bitmap *bitmap) in bitmap_empty()80 static int bitmap_avail(struct mlx5_bitmap *bitmap) in bitmap_avail()85 static void mlx5_bitmap_cleanup(struct mlx5_bitmap *bitmap) in mlx5_bitmap_cleanup()100 static int mlx5_bitmap_alloc(struct mlx5_bitmap *bitmap) in mlx5_bitmap_alloc()151 static int bitmap_alloc_range(struct mlx5_bitmap *bitmap, int cnt, in bitmap_alloc_range()
273 struct mlx5_bitmap { struct285 struct mlx5_bitmap bitmap; argument