Home
last modified time | relevance | path

Searched refs:hns_roce_bitmap_alloc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_pd.c40 return hns_roce_bitmap_alloc(&hr_dev->pd_bitmap, pdn) ? -ENOMEM : 0; in hns_roce_pd_alloc()
97 ret = hns_roce_bitmap_alloc(&hr_dev->uar_table.bitmap, &uar->logic_idx); in hns_roce_uar_alloc()
Dhns_roce_alloc.c39 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj) in hns_roce_bitmap_alloc() function
79 return hns_roce_bitmap_alloc(bitmap, obj); in hns_roce_bitmap_alloc_range()
Dhns_roce_srq.c108 ret = hns_roce_bitmap_alloc(&srq_table->bitmap, &srq->srqn); in alloc_srqc()
Dhns_roce_cq.c59 ret = hns_roce_bitmap_alloc(&cq_table->bitmap, &hr_cq->cqn); in alloc_cqc()
Dhns_roce_mr.c77 err = hns_roce_bitmap_alloc(&hr_dev->mr_table.mtpt_bitmap, &obj); in alloc_mr_key()
600 ret = hns_roce_bitmap_alloc(&hr_dev->mr_table.mtpt_bitmap, &index); in hns_roce_alloc_mw()
Dhns_roce_device.h1173 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj);