Symbol: mlx4_bitmap
sys/dev/mlx4/mlx4_core/mlx4.h
1427
struct mlx4_bitmap *bitmap,
sys/dev/mlx4/mlx4_core/mlx4.h
1462
struct mlx4_bitmap *mlx4_zone_get_bitmap(struct mlx4_zone_allocator *zones, u32 uid);
sys/dev/mlx4/mlx4_core/mlx4.h
658
struct mlx4_bitmap bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
662
struct mlx4_bitmap mpt_bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
671
struct mlx4_bitmap bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
679
struct mlx4_bitmap bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
692
struct mlx4_bitmap bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
707
struct mlx4_bitmap *bitmap_gen;
sys/dev/mlx4/mlx4_core/mlx4.h
722
struct mlx4_bitmap bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
875
struct mlx4_bitmap pd_bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
876
struct mlx4_bitmap xrcd_bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
884
struct mlx4_bitmap counters_bitmap;
sys/dev/mlx4/mlx4_core/mlx4.h
922
u32 mlx4_bitmap_alloc(struct mlx4_bitmap *bitmap);
sys/dev/mlx4/mlx4_core/mlx4.h
923
void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr);
sys/dev/mlx4/mlx4_core/mlx4.h
924
u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt,
sys/dev/mlx4/mlx4_core/mlx4.h
926
void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt,
sys/dev/mlx4/mlx4_core/mlx4.h
928
u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap);
sys/dev/mlx4/mlx4_core/mlx4.h
929
int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask,
sys/dev/mlx4/mlx4_core/mlx4.h
931
void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap);
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
108
u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
146
u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
151
static u32 mlx4_bitmap_masked_value(struct mlx4_bitmap *bitmap, u32 obj)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
156
void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
172
int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
197
void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
217
struct mlx4_bitmap *bitmap;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
242
struct mlx4_bitmap *bitmap,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
43
u32 mlx4_bitmap_alloc(struct mlx4_bitmap *bitmap)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
440
struct mlx4_bitmap *mlx4_zone_get_bitmap(struct mlx4_zone_allocator *zones, u32 uid)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
443
struct mlx4_bitmap *bitmap;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
73
void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr)
sys/dev/mlx4/mlx4_core/mlx4_qp.c
530
struct mlx4_bitmap (*bitmap)[MLX4_QP_TABLE_ZONE_NUM] = NULL;
sys/dev/mlx4/mlx4_core/mlx4_qp.c
722
struct mlx4_bitmap *bitmap =