Searched refs:recv_comp_channel (Results 1 – 1 of 1) sorted by relevance
336 struct ibv_comp_channel *recv_comp_channel; /* recv completion channel */ member1054 rdma->recv_comp_channel = ibv_create_comp_channel(rdma->verbs); in qemu_rdma_alloc_pd_cq()1055 if (!rdma->recv_comp_channel) { in qemu_rdma_alloc_pd_cq()1064 NULL, rdma->recv_comp_channel, 0); in qemu_rdma_alloc_pd_cq()1090 if (rdma->recv_comp_channel) { in qemu_rdma_alloc_pd_cq()1091 ibv_destroy_comp_channel(rdma->recv_comp_channel); in qemu_rdma_alloc_pd_cq()1101 rdma->recv_comp_channel = NULL; in qemu_rdma_alloc_pd_cq()1585 rdma->recv_comp_channel; in to_channel()2400 if (rdma->recv_comp_channel) { in qemu_rdma_cleanup()2401 ibv_destroy_comp_channel(rdma->recv_comp_channel); in qemu_rdma_cleanup()[all …]