Searched refs:alloc_qpn (Results 1 – 2 of 2) sorted by relevance
340 int (*alloc_qpn)(struct rvt_dev_info *rdi, struct rvt_qpn_table *qpt, member
490 static int alloc_qpn(struct rvt_dev_info *rdi, struct rvt_qpn_table *qpt, in alloc_qpn() function499 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()