Searched refs:alloc_qpn (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_qp.c | 104 static int alloc_qpn(struct ipath_qp_table *qpt, enum ib_qp_type type) in alloc_qpn() function 214 ret = alloc_qpn(qpt, type); in ipath_alloc_qpn()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 124 static int alloc_qpn(struct qib_devdata *dd, struct qib_qpn_table *qpt, in alloc_qpn() function 1110 err = alloc_qpn(dd, &dev->qpn_table, init_attr->qp_type, in qib_create_qp()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | qp.c | 141 static int alloc_qpn(struct hfi1_devdata *dd, struct hfi1_qpn_table *qpt, in alloc_qpn() function 1127 err = alloc_qpn(dd, &dev->qp_dev->qpn_table, init_attr->qp_type, in hfi1_create_qp()
|