Home
last modified time | relevance | path

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

/linux/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/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/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()