Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Dtrace-events26 rdma_rm_alloc_qp(uint32_t rm_qpn, uint32_t backend_qpn, uint8_t qp_type) "rm_qpn=%d, backend_qpn=0x…
H A Drdma_rm.c396 uint32_t rm_qpn; in rdma_rm_alloc_qp() local
427 qp = rdma_res_tbl_alloc(&dev_res->qp_tbl, &rm_qpn); in rdma_rm_alloc_qp()
432 qp->qpn = rm_qpn; in rdma_rm_alloc_qp()
452 trace_rdma_rm_alloc_qp(rm_qpn, *qpn, qp_type); in rdma_rm_alloc_qp()