Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dmigration.c231 uint64_t *stop_copy_size) in vfio_query_stop_copy_size() argument
248 *stop_copy_size = mig_data_size->stop_copy_length; in vfio_query_stop_copy_size()
372 uint64_t stop_copy_size = VFIO_MIG_DEFAULT_DATA_BUFFER_SIZE; in vfio_save_setup() local
376 vfio_query_stop_copy_size(vbasedev, &stop_copy_size); in vfio_save_setup()
378 stop_copy_size); in vfio_save_setup()
472 uint64_t stop_copy_size = VFIO_MIG_STOP_COPY_SIZE; in vfio_state_pending_exact() local
478 vfio_query_stop_copy_size(vbasedev, &stop_copy_size); in vfio_state_pending_exact()
479 *must_precopy += stop_copy_size; in vfio_state_pending_exact()
489 stop_copy_size, migration->precopy_init_size, in vfio_state_pending_exact()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h38 __le64 stop_copy_size; member
H A Dmain.c334 data.stop_copy_size = cpu_to_le64(migf->buf->allocated_length); in mlx5vf_add_stop_copy_header()