Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vfio/pci/mlx5/
Dcmd.h121 const struct vfio_migration_ops *mig_ops,
Dcmd.c129 const struct vfio_migration_ops *mig_ops, in mlx5vf_cmd_set_migratable() argument
171 mvdev->core_device.vdev.mig_ops = mig_ops; in mlx5vf_cmd_set_migratable()
/Linux-v6.1/include/linux/
Dvfio.h40 const struct vfio_migration_ops *mig_ops; member
/Linux-v6.1/drivers/vfio/
Dvfio_main.c1236 if (!device->mig_ops) in vfio_ioctl_device_feature_mig_device_state()
1252 ret = device->mig_ops->migration_get_state(device, in vfio_ioctl_device_feature_mig_device_state()
1261 filp = device->mig_ops->migration_set_state(device, mig.device_state); in vfio_ioctl_device_feature_mig_device_state()
1284 if (!device->mig_ops) in vfio_ioctl_device_feature_migration()
/Linux-v6.1/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1190 if (core_vdev->mig_ops) { in hisi_acc_vfio_pci_open_device()
1231 core_vdev->mig_ops = &hisi_acc_vfio_pci_migrn_state_ops; in hisi_acc_vfio_pci_migrn_init_dev()
/Linux-v6.1/drivers/vfio/pci/
Dvfio_pci_core.c2129 if (vdev->vdev.mig_ops) { in vfio_pci_core_register_device()
2130 if (!(vdev->vdev.mig_ops->migration_get_state && in vfio_pci_core_register_device()
2131 vdev->vdev.mig_ops->migration_set_state) || in vfio_pci_core_register_device()