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

/linux-master/drivers/vfio/
H A Ddebugfs.c25 ret = vdev->mig_ops->migration_get_state(vdev, &state);
68 if (vdev->mig_ops) {
H A Dvfio_main.c852 if (!device->mig_ops)
868 ret = device->mig_ops->migration_get_state(device,
877 filp = device->mig_ops->migration_set_state(device, mig.device_state);
900 if (!device->mig_ops)
908 ret = device->mig_ops->migration_get_data_size(device, &stop_copy_length);
928 if (!device->mig_ops)
/linux-master/drivers/vfio/pci/pds/
H A Dvfio_dev.c137 vdev->mig_ops = &pds_vfio_lm_ops;
/linux-master/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,
272 mvdev->core_device.vdev.mig_ops = mig_ops;
219 mlx5vf_cmd_set_migratable(struct mlx5vf_pci_core_device *mvdev, const struct vfio_migration_ops *mig_ops, const struct vfio_log_ops *log_ops) argument
/linux-master/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 in struct:vfio_device
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c2218 if (vdev->vdev.mig_ops) {
2219 if (!(vdev->vdev.mig_ops->migration_get_state &&
2220 vdev->vdev.mig_ops->migration_set_state &&
2221 vdev->vdev.mig_ops->migration_get_data_size) ||
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1292 if (core_vdev->mig_ops) {
1334 core_vdev->mig_ops = &hisi_acc_vfio_pci_migrn_state_ops;
/linux-master/samples/vfio-mdev/
H A Dmtty.c1352 vdev->mig_ops = &mtty_migration_ops;

Completed in 199 milliseconds