Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vfio/pci/mlx5/
Dmain.c373 if (mvdev->saving_migf) { in mlx5vf_disable_fds()
374 mlx5_cmd_cleanup_async_ctx(&mvdev->saving_migf->async_ctx); in mlx5vf_disable_fds()
375 cancel_work_sync(&mvdev->saving_migf->async_data.work); in mlx5vf_disable_fds()
376 mlx5vf_disable_fd(mvdev->saving_migf); in mlx5vf_disable_fds()
377 fput(mvdev->saving_migf->filp); in mlx5vf_disable_fds()
378 mvdev->saving_migf = NULL; in mlx5vf_disable_fds()
428 mvdev->saving_migf = migf; in mlx5vf_pci_step_device_state_locked()
Dcmd.h109 struct mlx5_vf_migration_file *saving_migf; member
/Linux-v6.1/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.h113 struct hisi_acc_vf_migration_file *saving_migf; member
Dhisi_acc_vfio_pci.c629 if (hisi_acc_vdev->saving_migf) { in hisi_acc_vf_disable_fds()
630 hisi_acc_vf_disable_fd(hisi_acc_vdev->saving_migf); in hisi_acc_vf_disable_fds()
631 fput(hisi_acc_vdev->saving_migf->filp); in hisi_acc_vf_disable_fds()
632 hisi_acc_vdev->saving_migf = NULL; in hisi_acc_vf_disable_fds()
886 hisi_acc_vdev->saving_migf = migf; in hisi_acc_vf_set_device_state()