Lines Matching refs:saving_migf
594 struct mlx5_vf_migration_file *migf = mvdev->saving_migf; in mlx5vf_pci_save_device_inc_data()
1070 if (mvdev->saving_migf) { in mlx5vf_disable_fds()
1071 mlx5_cmd_cleanup_async_ctx(&mvdev->saving_migf->async_ctx); in mlx5vf_disable_fds()
1072 cancel_work_sync(&mvdev->saving_migf->async_data.work); in mlx5vf_disable_fds()
1074 *last_save_state = mvdev->saving_migf->state; in mlx5vf_disable_fds()
1075 mlx5vf_disable_fd(mvdev->saving_migf); in mlx5vf_disable_fds()
1076 wake_up_interruptible(&mvdev->saving_migf->poll_wait); in mlx5vf_disable_fds()
1077 mlx5fv_cmd_clean_migf_resources(mvdev->saving_migf); in mlx5vf_disable_fds()
1078 fput(mvdev->saving_migf->filp); in mlx5vf_disable_fds()
1079 mvdev->saving_migf = NULL; in mlx5vf_disable_fds()
1131 mvdev->saving_migf = migf; in mlx5vf_pci_step_device_state_locked()
1143 struct mlx5_vf_migration_file *migf = mvdev->saving_migf; in mlx5vf_pci_step_device_state_locked()
1190 mvdev->saving_migf = migf; in mlx5vf_pci_step_device_state_locked()