Home
last modified time | relevance | path

Searched refs:resuming_migf (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/vfio/pci/qat/
H A Dmain.c54 struct qat_vf_migration_file *resuming_migf; member
93 if (qat_vdev->resuming_migf) { in qat_vf_disable_fds()
94 qat_vf_disable_fd(qat_vdev->resuming_migf); in qat_vf_disable_fds()
95 fput(qat_vdev->resuming_migf->filp); in qat_vf_disable_fds()
96 qat_vdev->resuming_migf = NULL; in qat_vf_disable_fds()
429 qat_vdev->resuming_migf = migf; in qat_vf_pci_step_device_state()
/linux-6.15/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.h125 struct hisi_acc_vf_migration_file *resuming_migf; member
H A Dhisi_acc_vfio_pci.c646 if (hisi_acc_vdev->resuming_migf) { in hisi_acc_vf_disable_fds()
647 hisi_acc_debug_migf_copy(hisi_acc_vdev, hisi_acc_vdev->resuming_migf); in hisi_acc_vf_disable_fds()
648 hisi_acc_vf_disable_fd(hisi_acc_vdev->resuming_migf); in hisi_acc_vf_disable_fds()
649 fput(hisi_acc_vdev->resuming_migf->filp); in hisi_acc_vf_disable_fds()
650 hisi_acc_vdev->resuming_migf = NULL; in hisi_acc_vf_disable_fds()
690 struct hisi_acc_vf_migration_file *migf = hisi_acc_vdev->resuming_migf; in hisi_acc_vf_load_state()
1035 hisi_acc_vdev->resuming_migf = migf; in hisi_acc_vf_set_device_state()
/linux-6.15/drivers/vfio/pci/virtio/
H A Dmigrate.c237 if (virtvdev->resuming_migf) { in virtiovf_disable_fds()
238 virtiovf_disable_fd(virtvdev->resuming_migf); in virtiovf_disable_fds()
239 virtiovf_clean_migf_resources(virtvdev->resuming_migf); in virtiovf_disable_fds()
240 fput(virtvdev->resuming_migf->filp); in virtiovf_disable_fds()
241 virtvdev->resuming_migf = NULL; in virtiovf_disable_fds()
1187 virtvdev->resuming_migf = migf; in virtiovf_pci_step_device_state_locked()
H A Dcommon.h101 struct virtiovf_migration_file *resuming_migf; member
/linux-6.15/drivers/vfio/pci/mlx5/
H A Dmain.c1063 if (mvdev->resuming_migf) { in mlx5vf_disable_fds()
1064 mlx5vf_disable_fd(mvdev->resuming_migf); in mlx5vf_disable_fds()
1065 mlx5fv_cmd_clean_migf_resources(mvdev->resuming_migf); in mlx5vf_disable_fds()
1066 fput(mvdev->resuming_migf->filp); in mlx5vf_disable_fds()
1067 mvdev->resuming_migf = NULL; in mlx5vf_disable_fds()
1171 mvdev->resuming_migf = migf; in mlx5vf_pci_step_device_state_locked()
H A Dcmd.h185 struct mlx5_vf_migration_file *resuming_migf; member
/linux-6.15/samples/vfio-mdev/
H A Dmtty.c172 struct mtty_migration_file *resuming_migf; member
800 if (mdev_state->resuming_migf) { in mtty_disable_files()
801 mtty_disable_file(mdev_state->resuming_migf); in mtty_disable_files()
802 fput(mdev_state->resuming_migf->filp); in mtty_disable_files()
803 mdev_state->resuming_migf = NULL; in mtty_disable_files()
950 struct mtty_migration_file *migf = mdev_state->resuming_migf; in mtty_load_state()
1108 mdev_state->resuming_migf = migf; in mtty_resume_device_data()