Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rdma/
H A Drdma_rm_defs.h62 typedef struct RdmaRmCQ { struct
66 } RdmaRmCQ; argument
H A Drdma_rm.c307 RdmaRmCQ *rdma_rm_get_cq(RdmaDeviceResources *dev_res, uint32_t cq_handle) in rdma_rm_get_cq()
316 RdmaRmCQ *cq; in rdma_rm_alloc_cq()
343 RdmaRmCQ *cq; in rdma_rm_req_notify_cq()
357 RdmaRmCQ *cq; in rdma_rm_dealloc_cq()
393 RdmaRmCQ *scq, *rcq; in rdma_rm_alloc_qp()
775 res_tbl_init("CQ", &dev_res->cq_tbl, dev_attr->max_cq, sizeof(RdmaRmCQ)); in rdma_rm_init()
H A Drdma_rm.h47 RdmaRmCQ *rdma_rm_get_cq(RdmaDeviceResources *dev_res, uint32_t cq_handle);
/openbmc/qemu/hw/rdma/vmw/
H A Dpvrdma_qp_ops.c57 RdmaRmCQ *cq = rdma_rm_get_cq(&dev->rdma_dev_res, cq_handle); in pvrdma_post_cqe()
290 RdmaRmCQ *cq; in pvrdma_cq_poll()
H A Dpvrdma_cmd.c346 RdmaRmCQ *cq; in destroy_cq()