Home
last modified time | relevance | path

Searched refs:rdma_rm_alloc_qp (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/rdma/
H A Drdma_rm.h52 int rdma_rm_alloc_qp(RdmaDeviceResources *dev_res, uint32_t pd_handle,
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.c384 int rdma_rm_alloc_qp(RdmaDeviceResources *dev_res, uint32_t pd_handle, in rdma_rm_alloc_qp() function
/openbmc/qemu/hw/rdma/vmw/
H A Dpvrdma_cmd.c485 rc = rdma_rm_alloc_qp(&dev->rdma_dev_res, cmd->pd_handle, cmd->qp_type, in create_qp()