Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm.c654 void **cqe_ctx; in rdma_rm_get_cqe_ctx() local
656 cqe_ctx = rdma_res_tbl_get(&dev_res->cqe_ctx_tbl, cqe_ctx_id); in rdma_rm_get_cqe_ctx()
657 if (!cqe_ctx) { in rdma_rm_get_cqe_ctx()
661 return *cqe_ctx; in rdma_rm_get_cqe_ctx()
667 void **cqe_ctx; in rdma_rm_alloc_cqe_ctx() local
669 cqe_ctx = rdma_res_tbl_alloc(&dev_res->cqe_ctx_tbl, cqe_ctx_id); in rdma_rm_alloc_cqe_ctx()
670 if (!cqe_ctx) { in rdma_rm_alloc_cqe_ctx()
674 *cqe_ctx = ctx; in rdma_rm_alloc_cqe_ctx()