Home
last modified time | relevance | path

Searched refs:rdma_rm_get_mr (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/rdma/
H A Drdma_rm.h37 RdmaRmMR *rdma_rm_get_mr(RdmaDeviceResources *dev_res, uint32_t mr_handle);
H A Drdma_rm.c251 RdmaRmMR *rdma_rm_get_mr(RdmaDeviceResources *dev_res, uint32_t mr_handle) in rdma_rm_get_mr() function
258 RdmaRmMR *mr = rdma_rm_get_mr(dev_res, mr_handle); in rdma_rm_dealloc_mr()
H A Drdma_backend.c389 mr = rdma_rm_get_mr(rdma_dev_res, sge[idx].lkey); in build_host_sge_array()