Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm.h81 void *rdma_rm_get_cqe_ctx(RdmaDeviceResources *dev_res, uint32_t cqe_ctx_id);
H A Drdma_backend.c68 bctx = rdma_rm_get_cqe_ctx(rdma_dev_res, cqe_ctx_id); in free_cqe_ctx()
105 bctx = rdma_rm_get_cqe_ctx(rdma_dev_res, wc[i].wr_id); in rdma_poll_cq()
1121 bctx = rdma_rm_get_cqe_ctx(backend_dev->rdma_dev_res, cqe_ctx_id); in process_incoming_mad_req()
H A Drdma_rm.c652 void *rdma_rm_get_cqe_ctx(RdmaDeviceResources *dev_res, uint32_t cqe_ctx_id) in rdma_rm_get_cqe_ctx() function