Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_alloc.c39 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj) in hns_roce_bitmap_alloc()
66 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()
Dhns_roce_device.h294 struct hns_roce_bitmap { struct
413 struct hns_roce_bitmap mtpt_bitmap;
547 struct hns_roce_bitmap bitmap;
551 struct hns_roce_bitmap bitmap;
560 struct hns_roce_bitmap bitmap;
566 struct hns_roce_bitmap bitmap;
1027 struct hns_roce_bitmap pd_bitmap;
1168 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj);
1169 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj,
1171 int hns_roce_bitmap_init(struct hns_roce_bitmap *bitmap, u32 num, u32 mask,
[all …]