Searched refs:alloc_qpn (Results 1 – 3 of 3) sorted by relevance
| /linux/include/rdma/ |
| H A D | rdma_vt.h | 340 int (*alloc_qpn)(struct rvt_dev_info *rdi, struct rvt_qpn_table *qpt, member
|
| /linux/drivers/infiniband/sw/rdmavt/ |
| H A D | qp.c | 490 static int alloc_qpn(struct rvt_dev_info *rdi, struct rvt_qpn_table *qpt, in alloc_qpn() function 499 if (rdi->driver_f.alloc_qpn) in alloc_qpn() 500 return rdi->driver_f.alloc_qpn(rdi, qpt, type, port_num); in alloc_qpn() 1163 ret = alloc_qpn(rdi, &rdi->qp_dev->qpn_table, in rvt_create_qp()
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_qp.c | 279 static int alloc_qpn(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp, in alloc_qpn() function 1217 ret = alloc_qpn(hr_dev, hr_qp, init_attr); in hns_roce_create_qp_common()
|