Searched refs:qemu_rdma_poll (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/migration/ |
H A D | rdma.c | 1446 static int qemu_rdma_poll(RDMAContext *rdma, struct ibv_cq *cq, in qemu_rdma_poll() function 1622 ret = qemu_rdma_poll(rdma, poll_cq, &wr_id_in, byte_len); in qemu_rdma_block_for_wrid() 1659 ret = qemu_rdma_poll(rdma, poll_cq, &wr_id_in, byte_len); in qemu_rdma_block_for_wrid() 3247 ret = qemu_rdma_poll(rdma, rdma->recv_cq, &wr_id_in, NULL); in qemu_rdma_save_page() 3263 ret = qemu_rdma_poll(rdma, rdma->send_cq, &wr_id_in, NULL); in qemu_rdma_save_page()
|