Searched defs:migf (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | main.c | 37 static void mlx5vf_disable_fd(struct mlx5_vf_migration_file *migf) in mlx5vf_disable_fd() 47 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_release_file() local 56 mlx5vf_get_data_buff_from_pos(struct mlx5_vf_migration_file *migf, loff_t pos, in mlx5vf_get_data_buff_from_pos() 90 struct mlx5_vf_migration_file *migf = vhca_buf->migf; in mlx5vf_buf_read_done() local 167 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_read() local 239 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_poll() local 259 static void mlx5vf_mark_err(struct mlx5_vf_migration_file *migf) in mlx5vf_mark_err() 265 void mlx5vf_mig_file_set_save_work(struct mlx5_vf_migration_file *migf, in mlx5vf_mig_file_set_save_work() 277 mlx5vf_mig_file_get_stop_copy_buf(struct mlx5_vf_migration_file *migf, in mlx5vf_mig_file_get_stop_copy_buf() 304 struct mlx5_vf_migration_file *migf = save_data->migf; in mlx5vf_mig_file_save_work() local [all …]
|
| H A D | cmd.c | 40 struct mlx5_vf_migration_file *migf = mvdev->saving_migf; in mlx5vf_cmd_suspend_vhca() local 522 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, u32 npages, in mlx5vf_alloc_data_buffer() 563 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf, u32 npages, in mlx5vf_get_data_buffer() 606 mlx5vf_save_callback_complete(struct mlx5_vf_migration_file *migf, in mlx5vf_save_callback_complete() 618 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_mig_file_cleanup_cb() local 640 struct mlx5_vf_migration_file *migf = header_buf->migf; in add_buf_header() local 670 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_save_callback() local 739 struct mlx5_vf_migration_file *migf, in mlx5vf_cmd_save_vhca_state() 833 struct mlx5_vf_migration_file *migf, in mlx5vf_cmd_load_vhca_state() 859 int mlx5vf_cmd_alloc_pd(struct mlx5_vf_migration_file *migf) in mlx5vf_cmd_alloc_pd() [all …]
|
| H A D | cmd.h | 66 struct mlx5_vf_migration_file *migf; member 80 struct mlx5_vf_migration_file *migf; member
|
| /linux/drivers/vfio/pci/virtio/ |
| H A D | migrate.c | 122 virtiovf_alloc_data_buffer(struct virtiovf_migration_file *migf, size_t length) in virtiovf_alloc_data_buffer() 166 virtiovf_get_data_buffer(struct virtiovf_migration_file *migf, size_t length) in virtiovf_get_data_buffer() 200 static void virtiovf_clean_migf_resources(struct virtiovf_migration_file *migf) in virtiovf_clean_migf_resources() 226 static void virtiovf_disable_fd(struct virtiovf_migration_file *migf) in virtiovf_disable_fd() 295 struct virtiovf_migration_file *migf = filp->private_data; in virtiovf_release_file() local 304 virtiovf_get_data_buff_from_pos(struct virtiovf_migration_file *migf, in virtiovf_get_data_buff_from_pos() 384 struct virtiovf_migration_file *migf = filp->private_data; in virtiovf_save_read() local 441 struct virtiovf_migration_file *migf = filp->private_data; in virtiovf_precopy_ioctl() local 540 struct virtiovf_migration_file *migf = header_buf->migf; in virtiovf_add_buf_header() local 564 virtiovf_read_device_context_chunk(struct virtiovf_migration_file *migf, in virtiovf_read_device_context_chunk() [all …]
|
| /linux/drivers/vfio/pci/qat/ |
| H A D | main.c | 82 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 D | mtty.c | 783 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 …]
|