Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c124 int hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db, in hns_roce_alloc_db() function
H A Dhns_roce_cq.c246 err = hns_roce_alloc_db(hr_dev, &hr_cq->db, 1); in alloc_cq_db()
H A Dhns_roce_device.h1231 int hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db,
H A Dhns_roce_qp.c901 ret = hns_roce_alloc_db(hr_dev, &hr_qp->rdb, 0); in alloc_kernel_qp_db()