Searched refs:hns_roce_bitmap_free (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_pd.c | 45 hns_roce_bitmap_free(&hr_dev->pd_bitmap, pdn, BITMAP_NO_RR); in hns_roce_pd_free() 137 hns_roce_bitmap_free(&hr_dev->uar_table.bitmap, uar->logic_idx, in hns_roce_uar_free()
|
D | hns_roce_alloc.c | 65 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj, in hns_roce_bitmap_free() function 70 EXPORT_SYMBOL_GPL(hns_roce_bitmap_free);
|
D | hns_roce_cq.c | 176 hns_roce_bitmap_free(&cq_table->bitmap, hr_cq->cqn, BITMAP_NO_RR); in hns_roce_cq_alloc() 213 hns_roce_bitmap_free(&cq_table->bitmap, hr_cq->cqn, BITMAP_NO_RR); in hns_roce_free_cq()
|
D | hns_roce_device.h | 941 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj,
|
D | hns_roce_mr.c | 652 hns_roce_bitmap_free(&hr_dev->mr_table.mtpt_bitmap, in hns_roce_mr_free()
|
D | hns_roce_hw_v1.c | 1155 hns_roce_bitmap_free(&hr_dev->mr_table.mtpt_bitmap, in hns_roce_v1_dereg_mr()
|