Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vfio/pci/mlx5/
Dmain.c368 if (mvdev->resuming_migf) { in mlx5vf_disable_fds()
369 mlx5vf_disable_fd(mvdev->resuming_migf); in mlx5vf_disable_fds()
370 fput(mvdev->resuming_migf->filp); in mlx5vf_disable_fds()
371 mvdev->resuming_migf = NULL; in mlx5vf_disable_fds()
444 mvdev->resuming_migf = migf; in mlx5vf_pci_step_device_state_locked()
450 mvdev->resuming_migf); in mlx5vf_pci_step_device_state_locked()
Dcmd.h108 struct mlx5_vf_migration_file *resuming_migf; member
/Linux-v6.1/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.h112 struct hisi_acc_vf_migration_file *resuming_migf; member
Dhisi_acc_vfio_pci.c623 if (hisi_acc_vdev->resuming_migf) { in hisi_acc_vf_disable_fds()
624 hisi_acc_vf_disable_fd(hisi_acc_vdev->resuming_migf); in hisi_acc_vf_disable_fds()
625 fput(hisi_acc_vdev->resuming_migf->filp); in hisi_acc_vf_disable_fds()
626 hisi_acc_vdev->resuming_migf = NULL; in hisi_acc_vf_disable_fds()
673 struct hisi_acc_vf_migration_file *migf = hisi_acc_vdev->resuming_migf; in hisi_acc_vf_load_state()
902 hisi_acc_vdev->resuming_migf = migf; in hisi_acc_vf_set_device_state()