Home
last modified time | relevance | path

Searched refs:mtpt_ida (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_mr.c71 struct hns_roce_ida *mtpt_ida = &hr_dev->mr_table.mtpt_ida; in alloc_mr_key() local
77 id = ida_alloc_range(&mtpt_ida->ida, mtpt_ida->min, mtpt_ida->max, in alloc_mr_key()
95 ida_free(&mtpt_ida->ida, id); in alloc_mr_key()
104 ida_free(&hr_dev->mr_table.mtpt_ida.ida, (int)obj); in free_mr_key()
202 struct hns_roce_ida *mtpt_ida = &hr_dev->mr_table.mtpt_ida; in hns_roce_init_mr_table() local
204 ida_init(&mtpt_ida->ida); in hns_roce_init_mr_table()
205 mtpt_ida->max = hr_dev->caps.num_mtpts - 1; in hns_roce_init_mr_table()
206 mtpt_ida->min = hr_dev->caps.reserved_mrws; in hns_roce_init_mr_table()
499 ida_free(&hr_dev->mr_table.mtpt_ida.ida, in hns_roce_mw_free()
554 struct hns_roce_ida *mtpt_ida = &hr_dev->mr_table.mtpt_ida; in hns_roce_alloc_mw() local
[all …]
Dhns_roce_alloc.c184 ida_destroy(&hr_dev->mr_table.mtpt_ida.ida); in hns_roce_cleanup_bitmap()
Dhns_roce_device.h354 struct hns_roce_ida mtpt_ida; member
Dhns_roce_hw_v1.c1201 ida_free(&hr_dev->mr_table.mtpt_ida.ida, (int)key_to_hw_index(mr->key)); in hns_roce_v1_dereg_mr()