Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm.c183 RdmaRmPD *rdma_rm_get_pd(RdmaDeviceResources *dev_res, uint32_t pd_handle) in rdma_rm_get_pd() function
190 RdmaRmPD *pd = rdma_rm_get_pd(dev_res, pd_handle); in rdma_rm_dealloc_pd()
207 pd = rdma_rm_get_pd(dev_res, pd_handle); in rdma_rm_alloc_mr()
398 pd = rdma_rm_get_pd(dev_res, pd_handle); in rdma_rm_alloc_qp()
575 pd = rdma_rm_get_pd(dev_res, pd_handle); in rdma_rm_alloc_srq()
H A Drdma_rm.h30 RdmaRmPD *rdma_rm_get_pd(RdmaDeviceResources *dev_res, uint32_t pd_handle);