Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmlx4.h237 struct mlx4_bitmap { struct
648 struct mlx4_bitmap bitmap;
652 struct mlx4_bitmap mpt_bitmap;
661 struct mlx4_bitmap bitmap;
669 struct mlx4_bitmap bitmap;
682 struct mlx4_bitmap bitmap;
697 struct mlx4_bitmap *bitmap_gen;
712 struct mlx4_bitmap bitmap;
857 struct mlx4_bitmap pd_bitmap;
858 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, 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()
198 void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap) in mlx4_bitmap_cleanup()
218 struct mlx4_bitmap *bitmap;
243 struct mlx4_bitmap *bitmap, in mlx4_zone_add_one()
[all …]
Dqp.c506 struct mlx4_bitmap (*bitmap)[MLX4_QP_TABLE_ZONE_NUM] = NULL; in mlx4_create_zones()
698 struct mlx4_bitmap *bitmap = in mlx4_cleanup_qp_zones()