Searched refs:mlx4_bitmap (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | mlx4.h | 239 struct mlx4_bitmap { struct 668 struct mlx4_bitmap bitmap; 672 struct mlx4_bitmap mpt_bitmap; 681 struct mlx4_bitmap bitmap; 689 struct mlx4_bitmap bitmap; 702 struct mlx4_bitmap bitmap; 717 struct mlx4_bitmap *bitmap_gen; 732 struct mlx4_bitmap bitmap; 892 struct mlx4_bitmap pd_bitmap; 893 struct mlx4_bitmap xrcd_bitmap; [all …]
|
A D | alloc.c | 44 u32 mlx4_bitmap_alloc(struct mlx4_bitmap *bitmap) in mlx4_bitmap_alloc() 74 void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr) in mlx4_bitmap_free() 109 u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt, in mlx4_bitmap_alloc_range() 147 u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap) in mlx4_bitmap_avail() 152 static u32 mlx4_bitmap_masked_value(struct mlx4_bitmap *bitmap, u32 obj) in mlx4_bitmap_masked_value() 157 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt, in mlx4_bitmap_free_range() 173 int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask, in mlx4_bitmap_init() 197 void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap) in mlx4_bitmap_cleanup() 217 struct mlx4_bitmap *bitmap; 242 struct mlx4_bitmap *bitmap, in mlx4_zone_add_one() [all …]
|
A D | qp.c | 552 struct mlx4_bitmap (*bitmap)[MLX4_QP_TABLE_ZONE_NUM] = NULL; in mlx4_create_zones() 744 struct mlx4_bitmap *bitmap = in mlx4_cleanup_qp_zones()
|
Completed in 13 milliseconds