Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Drdma.c1071 rdma->send_comp_channel = ibv_create_comp_channel(rdma->verbs); in qemu_rdma_alloc_pd_cq()
1072 if (!rdma->send_comp_channel) { in qemu_rdma_alloc_pd_cq()
1078 NULL, rdma->send_comp_channel, 0); in qemu_rdma_alloc_pd_cq()
1093 if (rdma->send_comp_channel) { in qemu_rdma_alloc_pd_cq()
1094 ibv_destroy_comp_channel(rdma->send_comp_channel); in qemu_rdma_alloc_pd_cq()
1102 rdma->send_comp_channel = NULL; in qemu_rdma_alloc_pd_cq()
1584 return wrid < RDMA_WRID_RECV_CONTROL ? rdma->send_comp_channel : in to_channel()
2404 if (rdma->send_comp_channel) { in qemu_rdma_cleanup()
2405 ibv_destroy_comp_channel(rdma->send_comp_channel); in qemu_rdma_cleanup()
2406 rdma->send_comp_channel = NULL; in qemu_rdma_cleanup()
[all …]