Searched refs:hns_roce_alloc_db (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hns/ |
D | hns_roce_db.c | 124 int hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db, in hns_roce_alloc_db() function
|
D | hns_roce_cq.c | 245 err = hns_roce_alloc_db(hr_dev, &hr_cq->db, 1); in alloc_cq_db()
|
D | hns_roce_srq.c | 451 ret = hns_roce_alloc_db(hr_dev, &srq->rdb, 1); in alloc_srq_db()
|
D | hns_roce_device.h | 1284 int hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db,
|
D | hns_roce_qp.c | 902 ret = hns_roce_alloc_db(hr_dev, &hr_qp->rdb, 0); in alloc_kernel_qp_db()
|