Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vfio/pci/pds/
Dvfio_dev.c131 .migration_get_data_size = pds_vfio_get_device_state_size
/Linux-v6.6/include/linux/
Dvfio.h200 int (*migration_get_data_size)(struct vfio_device *device, member
/Linux-v6.6/drivers/vfio/pci/mlx5/
Dmain.c1273 .migration_get_data_size = mlx5vf_pci_get_data_size,
/Linux-v6.6/drivers/vfio/
Dvfio_main.c906 ret = device->mig_ops->migration_get_data_size(device, &stop_copy_length); in vfio_ioctl_device_feature_migration_data_size()
/Linux-v6.6/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1339 .migration_get_data_size = hisi_acc_vfio_pci_get_data_size,
/Linux-v6.6/drivers/vfio/pci/
Dvfio_pci_core.c2203 vdev->vdev.mig_ops->migration_get_data_size) || in vfio_pci_core_register_device()