Home
last modified time | relevance | path

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

/linux/drivers/vfio/
H A Ddebugfs.c25 ret = vdev->mig_ops->migration_get_state(vdev, &state); in vfio_device_state_read()
68 if (vdev->mig_ops) { in vfio_device_debugfs_init()
H A Dvfio_main.c896 if (!device->mig_ops) in vfio_ioctl_device_feature_mig_device_state()
912 ret = device->mig_ops->migration_get_state(device, in vfio_ioctl_device_feature_mig_device_state()
921 filp = device->mig_ops->migration_set_state(device, mig.device_state); in vfio_ioctl_device_feature_mig_device_state()
944 if (!device->mig_ops) in vfio_ioctl_device_feature_migration_data_size()
952 ret = device->mig_ops->migration_get_data_size(device, &stop_copy_length); in vfio_ioctl_device_feature_migration_data_size()
972 if (!device->mig_ops) in vfio_ioctl_device_feature_migration()
/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c137 vdev->mig_ops = &pds_vfio_lm_ops; in pds_vfio_init_device()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h205 const struct vfio_migration_ops *mig_ops,
H A Dcmd.c220 const struct vfio_migration_ops *mig_ops, in mlx5vf_cmd_set_migratable() argument
272 mvdev->core_device.vdev.mig_ops = mig_ops; in mlx5vf_cmd_set_migratable()
/linux/include/linux/
H A Dvfio.h41 * mig_ops/log_ops is a static property of the vfio_device which must
44 const struct vfio_migration_ops *mig_ops; member
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c2134 if (vdev->vdev.mig_ops) { in vfio_pci_core_register_device()
2135 if (!(vdev->vdev.mig_ops->migration_get_state && in vfio_pci_core_register_device()
2136 vdev->vdev.mig_ops->migration_set_state && in vfio_pci_core_register_device()
2137 vdev->vdev.mig_ops->migration_get_data_size) || in vfio_pci_core_register_device()
/linux/drivers/vfio/pci/qat/
H A Dmain.c569 core_vdev->mig_ops = &qat_vf_pci_mig_ops; in qat_vf_pci_init_dev()
/linux/samples/vfio-mdev/
H A Dmtty.c1350 vdev->mig_ops = &mtty_migration_ops; in mtty_init_dev()