Home
last modified time | relevance | path

Searched refs:alloc_qpn (Results 1 – 2 of 2) sorted by relevance

/linux/include/rdma/
H A Drdma_vt.h340 int (*alloc_qpn)(struct rvt_dev_info *rdi, struct rvt_qpn_table *qpt, member
/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c480 * alloc_qpn - Allocate the next available qpn or zero/one for QP type
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()
1164 ret = alloc_qpn(rdi, &rdi->qp_dev->qpn_table, in rvt_create_qp()