Searched refs:mlx4_bitmap (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ | 
| D | mlx4.h | 239 struct mlx4_bitmap {  struct667 	struct mlx4_bitmap	bitmap;
 671 	struct mlx4_bitmap	mpt_bitmap;
 680 	struct mlx4_bitmap	bitmap;
 688 	struct mlx4_bitmap	bitmap;
 701 	struct mlx4_bitmap	bitmap;
 716 	struct mlx4_bitmap	*bitmap_gen;
 731 	struct mlx4_bitmap	bitmap;
 891 	struct mlx4_bitmap	pd_bitmap;
 892 	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 | 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()
 
 |