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.c319 uint64_t *stop_copy_size) in vfio_query_stop_copy_size() argument
336 *stop_copy_size = mig_data_size->stop_copy_length; in vfio_query_stop_copy_size()
467 uint64_t stop_copy_size = VFIO_MIG_DEFAULT_DATA_BUFFER_SIZE; in vfio_save_setup() local
472 vfio_query_stop_copy_size(vbasedev, &stop_copy_size); in vfio_save_setup()
474 stop_copy_size); in vfio_save_setup()
578 uint64_t stop_copy_size = VFIO_MIG_STOP_COPY_SIZE; in vfio_state_pending_exact() local
584 vfio_query_stop_copy_size(vbasedev, &stop_copy_size); in vfio_state_pending_exact()
585 *must_precopy += stop_copy_size; in vfio_state_pending_exact()
592 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()