Searched refs:mlx4_bitmap (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4.h | 241 struct mlx4_bitmap { struct 670 struct mlx4_bitmap bitmap; 674 struct mlx4_bitmap mpt_bitmap; 683 struct mlx4_bitmap bitmap; 691 struct mlx4_bitmap bitmap; 704 struct mlx4_bitmap bitmap; 719 struct mlx4_bitmap *bitmap_gen; 734 struct mlx4_bitmap bitmap; 899 struct mlx4_bitmap pd_bitmap; 900 struct mlx4_bitmap xrcd_bitmap; [all …]
|
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 …]
|
D | qp.c | 556 struct mlx4_bitmap (*bitmap)[MLX4_QP_TABLE_ZONE_NUM] = NULL; in mlx4_create_zones() 749 struct mlx4_bitmap *bitmap = in mlx4_cleanup_qp_zones()
|