Searched refs:hns_roce_bitmap (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_alloc.c | 38 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj) in hns_roce_bitmap_alloc() 65 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj, in hns_roce_bitmap_free() 72 int hns_roce_bitmap_alloc_range(struct hns_roce_bitmap *bitmap, int cnt, in hns_roce_bitmap_alloc_range() 111 void hns_roce_bitmap_free_range(struct hns_roce_bitmap *bitmap, in hns_roce_bitmap_free_range() 130 int hns_roce_bitmap_init(struct hns_roce_bitmap *bitmap, u32 num, u32 mask, in hns_roce_bitmap_init() 155 void hns_roce_bitmap_cleanup(struct hns_roce_bitmap *bitmap) in hns_roce_bitmap_cleanup()
|
D | hns_roce_device.h | 242 struct hns_roce_bitmap { struct 327 struct hns_roce_bitmap mtpt_bitmap; 429 struct hns_roce_bitmap bitmap; 433 struct hns_roce_bitmap bitmap; 441 struct hns_roce_bitmap bitmap; 822 struct hns_roce_bitmap pd_bitmap; 940 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj); 941 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj, 943 int hns_roce_bitmap_init(struct hns_roce_bitmap *bitmap, u32 num, u32 mask, 945 void hns_roce_bitmap_cleanup(struct hns_roce_bitmap *bitmap); [all …]
|