Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dmain.c1012 if (mvdev->resuming_migf) { in mlx5vf_disable_fds()
1013 mlx5vf_disable_fd(mvdev->resuming_migf); in mlx5vf_disable_fds()
1014 mlx5fv_cmd_clean_migf_resources(mvdev->resuming_migf); in mlx5vf_disable_fds()
1015 fput(mvdev->resuming_migf->filp); in mlx5vf_disable_fds()
1016 mvdev->resuming_migf = NULL; in mlx5vf_disable_fds()
1095 mvdev->resuming_migf = migf; in mlx5vf_pci_step_device_state_locked()
1102 mvdev->resuming_migf, in mlx5vf_pci_step_device_state_locked()
1103 mvdev->resuming_migf->buf); in mlx5vf_pci_step_device_state_locked()
H A Dcmd.h173 struct mlx5_vf_migration_file *resuming_migf; member
/openbmc/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.h114 struct hisi_acc_vf_migration_file *resuming_migf; member
H A Dhisi_acc_vfio_pci.c620 if (hisi_acc_vdev->resuming_migf) { in hisi_acc_vf_disable_fds()
621 hisi_acc_vf_disable_fd(hisi_acc_vdev->resuming_migf); in hisi_acc_vf_disable_fds()
622 fput(hisi_acc_vdev->resuming_migf->filp); in hisi_acc_vf_disable_fds()
623 hisi_acc_vdev->resuming_migf = NULL; in hisi_acc_vf_disable_fds()
670 struct hisi_acc_vf_migration_file *migf = hisi_acc_vdev->resuming_migf; in hisi_acc_vf_load_state()
1015 hisi_acc_vdev->resuming_migf = migf; in hisi_acc_vf_set_device_state()