Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/vfio/pci/mlx5/
Dcmd.h66 const struct vfio_migration_ops *mig_ops);
Dcmd.c112 const struct vfio_migration_ops *mig_ops) in mlx5vf_cmd_set_migratable() argument
153 mvdev->core_device.vdev.mig_ops = mig_ops; in mlx5vf_cmd_set_migratable()
/linux-5.19.10/include/linux/
Dvfio.h39 const struct vfio_migration_ops *mig_ops; member
/linux-5.19.10/drivers/vfio/
Dvfio.c1547 if (!device->mig_ops) in vfio_ioctl_device_feature_mig_device_state()
1563 ret = device->mig_ops->migration_get_state(device, in vfio_ioctl_device_feature_mig_device_state()
1572 filp = device->mig_ops->migration_set_state(device, mig.device_state); in vfio_ioctl_device_feature_mig_device_state()
1595 if (!device->mig_ops) in vfio_ioctl_device_feature_migration()
/linux-5.19.10/drivers/vfio/pci/
Dvfio_pci_core.c1858 if (vdev->vdev.mig_ops) { in vfio_pci_core_register_device()
1859 if (!(vdev->vdev.mig_ops->migration_get_state && in vfio_pci_core_register_device()
1860 vdev->vdev.mig_ops->migration_set_state) || in vfio_pci_core_register_device()
/linux-5.19.10/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1188 if (core_vdev->mig_ops) { in hisi_acc_vfio_pci_open_device()
1278 hisi_acc_vdev->core_device.vdev.mig_ops = in hisi_acc_vfio_pci_probe()