Home
last modified time | relevance | path

Searched refs:mlx5_vf_migration_file (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/vfio/pci/mlx5/
H A Dcmd.h65 struct mlx5_vf_migration_file *migf;
83 struct mlx5_vf_migration_file *migf;
91 struct mlx5_vf_migration_file { struct
185 struct mlx5_vf_migration_file *resuming_migf;
186 struct mlx5_vf_migration_file *saving_migf;
210 struct mlx5_vf_migration_file *migf,
214 struct mlx5_vf_migration_file *migf,
216 int mlx5vf_cmd_alloc_pd(struct mlx5_vf_migration_file *migf);
217 void mlx5vf_cmd_dealloc_pd(struct mlx5_vf_migration_file *migf);
220 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf,
[all …]
H A Dmain.c78 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_release_file()
121 struct mlx5_vf_migration_file *migf = vhca_buf->migf; in mlx5vf_buf_read_done()
335 struct mlx5_vf_migration_file *migf = save_data->migf; in mlx5vf_mig_file_save_work()
409 struct mlx5_vf_migration_file *migf, in mlx5vf_prep_stop_copy()
626 static struct mlx5_vf_migration_file *
629 struct mlx5_vf_migration_file *migf; in mlx5vf_pci_save_device_data()
1004 static struct mlx5_vf_migration_file *
1007 struct mlx5_vf_migration_file *migf; in mlx5vf_pci_resume_device_data()
1124 struct mlx5_vf_migration_file *migf; in mlx5vf_pci_step_device_state_locked()
1165 struct mlx5_vf_migration_file *migf; in mlx5vf_pci_step_device_state_locked()
[all …]
H A Dcmd.c40 struct mlx5_vf_migration_file *migf = mvdev->saving_migf; in mlx5vf_cmd_suspend_vhca()
399 struct mlx5_vf_migration_file *migf = buf->migf; in mlx5vf_free_data_buffer()
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()
563 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_mig_file_cleanup_cb()
564 struct mlx5_vf_migration_file, async_data); in mlx5vf_mig_file_cleanup_cb()
585 struct mlx5_vf_migration_file *migf = header_buf->migf; in add_buf_header()
616 struct mlx5_vf_migration_file, async_data); in mlx5vf_save_callback()
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 …]