Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h289 struct hns_roce_bitmap { struct
395 struct hns_roce_bitmap mtpt_bitmap;
510 struct hns_roce_bitmap bitmap;
514 struct hns_roce_bitmap bitmap;
523 struct hns_roce_bitmap bitmap;
529 struct hns_roce_bitmap bitmap;
993 struct hns_roce_bitmap pd_bitmap;
1181 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj);
1182 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj,
1184 int hns_roce_bitmap_init(struct hns_roce_bitmap *bitmap, u32 num, u32 mask,
[all …]