Home
last modified time | relevance | path

Searched refs:mlx4_bitmap (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
Dmlx4.h200 struct mlx4_bitmap { struct
550 struct mlx4_bitmap bitmap;
554 struct mlx4_bitmap mpt_bitmap;
563 struct mlx4_bitmap bitmap;
571 struct mlx4_bitmap bitmap;
584 struct mlx4_bitmap bitmap;
592 struct mlx4_bitmap bitmap;
605 struct mlx4_bitmap bitmap;
728 struct mlx4_bitmap pd_bitmap;
729 struct mlx4_bitmap xrcd_bitmap;
[all …]
Dalloc.c44 u32 mlx4_bitmap_alloc(struct mlx4_bitmap *bitmap) in mlx4_bitmap_alloc()
74 void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj) in mlx4_bitmap_free()
79 u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt, int align) in mlx4_bitmap_alloc_range()
116 u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap) in mlx4_bitmap_avail()
121 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt) in mlx4_bitmap_free_range()
134 int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask, in mlx4_bitmap_init()
158 void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap) in mlx4_bitmap_cleanup()