Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm.h33 int rdma_rm_alloc_mr(RdmaDeviceResources *dev_res, uint32_t pd_handle,
H A Dtrace-events24 rdma_rm_alloc_mr(uint32_t mr_handle, void *host_virt, uint64_t guest_start, uint64_t guest_length, …
H A Drdma_rm.c198 int rdma_rm_alloc_mr(RdmaDeviceResources *dev_res, uint32_t pd_handle, in rdma_rm_alloc_mr() function
/openbmc/qemu/hw/rdma/vmw/
H A Dpvrdma_cmd.c225 rc = rdma_rm_alloc_mr(&dev->rdma_dev_res, cmd->pd_handle, cmd->start, in create_mr()