Home
last modified time | relevance | path

Searched refs:hns_roce_bitmap_free (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_pd.c45 hns_roce_bitmap_free(&hr_dev->pd_bitmap, pdn, BITMAP_NO_RR); in hns_roce_pd_free()
124 hns_roce_bitmap_free(&hr_dev->uar_table.bitmap, uar->logic_idx, in hns_roce_uar_free()
Dhns_roce_srq.c155 hns_roce_bitmap_free(&srq_table->bitmap, srq->srqn, BITMAP_NO_RR); in alloc_srqc()
176 hns_roce_bitmap_free(&srq_table->bitmap, srq->srqn, BITMAP_NO_RR); in free_srqc()
Dhns_roce_cq.c114 hns_roce_bitmap_free(&cq_table->bitmap, hr_cq->cqn, BITMAP_NO_RR); in alloc_cqc()
142 hns_roce_bitmap_free(&cq_table->bitmap, hr_cq->cqn, BITMAP_NO_RR); in free_cqc()
Dhns_roce_alloc.c66 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj, in hns_roce_bitmap_free() function
Dhns_roce_mr.c100 hns_roce_bitmap_free(&hr_dev->mr_table.mtpt_bitmap, obj, BITMAP_NO_RR); in alloc_mr_key()
109 hns_roce_bitmap_free(&hr_dev->mr_table.mtpt_bitmap, obj, BITMAP_NO_RR); in free_mr_key()
540 hns_roce_bitmap_free(&hr_dev->mr_table.mtpt_bitmap, in hns_roce_mw_free()
Dhns_roce_device.h1174 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj,
Dhns_roce_hw_v1.c1114 hns_roce_bitmap_free(&hr_dev->mr_table.mtpt_bitmap, in hns_roce_v1_dereg_mr()