Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Drdma.c355 RDMADestBlock *dest_blocks; member
455 reg->key.current_addr += rdma->dest_blocks[reg->current_index].offset; in register_to_network()
484 comp->offset += rdma->dest_blocks[comp->block_idx].offset; in compress_to_network()
640 rdma->dest_blocks = g_new0(RDMADestBlock, in qemu_rdma_init_ram_blocks()
2371 g_free(rdma->dest_blocks); in qemu_rdma_cleanup()
2372 rdma->dest_blocks = NULL; in qemu_rdma_cleanup()
3629 rdma->dest_blocks[i].remote_host_addr = in rdma_registration_handle()
3633 rdma->dest_blocks[i].remote_rkey = local->block[i].mr->rkey; in rdma_registration_handle()
3636 rdma->dest_blocks[i].offset = local->block[i].offset; in rdma_registration_handle()
3637 rdma->dest_blocks[i].length = local->block[i].length; in rdma_registration_handle()
[all …]