Home
last modified time | relevance | path

Searched refs:hns_roce_table_get (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hem.h106 int hns_roce_table_get(struct hns_roce_dev *hr_dev,
Dhns_roce_qp.c188 ret = hns_roce_table_get(hr_dev, &qp_table->qp_table, hr_qp->qpn); in hns_roce_qp_alloc()
195 ret = hns_roce_table_get(hr_dev, &qp_table->irrl_table, hr_qp->qpn); in hns_roce_qp_alloc()
203 ret = hns_roce_table_get(hr_dev, &qp_table->trrl_table, in hns_roce_qp_alloc()
Dhns_roce_hem.c534 int hns_roce_table_get(struct hns_roce_dev *hr_dev, in hns_roce_table_get() function
808 ret = hns_roce_table_get(hr_dev, table, i); in hns_roce_table_get_range()
Dhns_roce_cq.c124 ret = hns_roce_table_get(hr_dev, &cq_table->table, hr_cq->cqn); in hns_roce_cq_alloc()
Dhns_roce_mr.c666 ret = hns_roce_table_get(hr_dev, &mr_table->mtpt_table, mtpt_idx); in hns_roce_mr_enable()