Home
last modified time | relevance | path

Searched defs:migf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/vfio/pci/mlx5/
H A Dmain.c68 static void mlx5vf_disable_fd(struct mlx5_vf_migration_file *migf) in mlx5vf_disable_fd()
78 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_release_file() local
87 mlx5vf_get_data_buff_from_pos(struct mlx5_vf_migration_file *migf, loff_t pos, in mlx5vf_get_data_buff_from_pos()
121 struct mlx5_vf_migration_file *migf = vhca_buf->migf; in mlx5vf_buf_read_done() local
198 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_read() local
270 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_poll() local
290 static void mlx5vf_mark_err(struct mlx5_vf_migration_file *migf) in mlx5vf_mark_err()
296 void mlx5vf_mig_file_set_save_work(struct mlx5_vf_migration_file *migf, in mlx5vf_mig_file_set_save_work()
308 mlx5vf_mig_file_get_stop_copy_buf(struct mlx5_vf_migration_file *migf, in mlx5vf_mig_file_get_stop_copy_buf()
335 struct mlx5_vf_migration_file *migf = save_data->migf; in mlx5vf_mig_file_save_work() local
[all …]
H A Dcmd.c40 struct mlx5_vf_migration_file *migf = mvdev->saving_migf; in mlx5vf_cmd_suspend_vhca() local
399 struct mlx5_vf_migration_file *migf = buf->migf; in mlx5vf_free_data_buffer() local
467 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_alloc_data_buffer()
508 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_get_data_buffer()
551 mlx5vf_save_callback_complete(struct mlx5_vf_migration_file *migf, in mlx5vf_save_callback_complete()
563 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_mig_file_cleanup_cb() local
585 struct mlx5_vf_migration_file *migf = header_buf->migf; in add_buf_header() local
615 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_save_callback() local
684 struct mlx5_vf_migration_file *migf, in mlx5vf_cmd_save_vhca_state()
775 struct mlx5_vf_migration_file *migf, in mlx5vf_cmd_load_vhca_state()
[all …]
H A Dcmd.h65 struct mlx5_vf_migration_file *migf; member
83 struct mlx5_vf_migration_file *migf; member
/linux/drivers/vfio/pci/qat/
H A Dmain.c82 static void qat_vf_disable_fd(struct qat_vf_migration_file *migf) in qat_vf_disable_fd()
119 struct qat_vf_migration_file *migf = filp->private_data; in qat_vf_precopy_ioctl() local
169 struct qat_vf_migration_file *migf = filp->private_data; in qat_vf_save_read() local
208 struct qat_vf_migration_file *migf = filp->private_data; in qat_vf_release_file() local
226 struct qat_vf_migration_file *migf) in qat_vf_save_state()
239 struct qat_vf_migration_file *migf) in qat_vf_save_setup()
261 struct qat_vf_migration_file *migf; in qat_vf_save_device_data() local
296 struct qat_vf_migration_file *migf = filp->private_data; in qat_vf_resume_write() local
352 struct qat_vf_migration_file *migf; in qat_vf_resume_device_data() local
412 struct qat_vf_migration_file *migf; in qat_vf_pci_step_device_state() local
[all …]
/linux/samples/vfio-mdev/
H A Dmtty.c783 static void mtty_disable_file(struct mtty_migration_file *migf) in mtty_disable_file()
824 struct mtty_migration_file *migf = filp->private_data; in mtty_release_migf() local
836 struct mtty_migration_file *migf = filp->private_data; in mtty_precopy_ioctl() local
887 struct mtty_migration_file *migf = filp->private_data; in mtty_save_read() local
934 struct mtty_migration_file *migf = mdev_state->saving_migf; in mtty_save_state() local
950 struct mtty_migration_file *migf = mdev_state->resuming_migf; in mtty_load_state() local
975 struct mtty_migration_file *migf = mdev_state->saving_migf; in mtty_save_device_data() local
1023 struct mtty_migration_file *migf = filp->private_data; in mtty_resume_write() local
1089 struct mtty_migration_file *migf; in mtty_resume_device_data() local
1192 struct mtty_migration_file *migf; in mtty_step_state() local
[all …]