Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h68 struct mlx5_vf_migration_file *migf;
85 struct mlx5_vf_migration_file { struct
173 struct mlx5_vf_migration_file *resuming_migf;
174 struct mlx5_vf_migration_file *saving_migf;
196 struct mlx5_vf_migration_file *migf,
200 struct mlx5_vf_migration_file *migf,
202 int mlx5vf_cmd_alloc_pd(struct mlx5_vf_migration_file *migf);
203 void mlx5vf_cmd_dealloc_pd(struct mlx5_vf_migration_file *migf);
204 void mlx5fv_cmd_clean_migf_resources(struct mlx5_vf_migration_file *migf);
206 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf,
[all …]
H A Dmain.c120 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_release_file()
209 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_read()
281 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_poll()
391 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_precopy_ioctl()
538 static struct mlx5_vf_migration_file *
541 struct mlx5_vf_migration_file *migf; in mlx5vf_pci_save_device_data()
948 static struct mlx5_vf_migration_file *
951 struct mlx5_vf_migration_file *migf; in mlx5vf_pci_resume_device_data()
1070 struct mlx5_vf_migration_file *migf; in mlx5vf_pci_step_device_state_locked()
1089 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()
376 struct mlx5_vf_migration_file *migf = buf->migf; in mlx5vf_free_data_buffer()
396 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_alloc_data_buffer()
436 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_get_data_buffer()
482 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_mig_file_cleanup_cb()
483 struct mlx5_vf_migration_file, async_data); in mlx5vf_mig_file_cleanup_cb()
505 struct mlx5_vf_migration_file *migf = header_buf->migf; in add_buf_header()
536 struct mlx5_vf_migration_file, async_data); in mlx5vf_save_callback()
577 struct mlx5_vf_migration_file *migf, in mlx5vf_cmd_save_vhca_state()
660 struct mlx5_vf_migration_file *migf, in mlx5vf_cmd_load_vhca_state()
[all …]