Searched refs:mlx5_vf_migration_file (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | cmd.h | 68 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 D | main.c | 110 static void mlx5vf_disable_fd(struct mlx5_vf_migration_file *migf) in mlx5vf_disable_fd() 120 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_release_file() 129 mlx5vf_get_data_buff_from_pos(struct mlx5_vf_migration_file *migf, loff_t pos, in mlx5vf_get_data_buff_from_pos() 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() 301 static void mlx5vf_mark_err(struct mlx5_vf_migration_file *migf) in mlx5vf_mark_err() 307 static int mlx5vf_add_stop_copy_header(struct mlx5_vf_migration_file *migf) in mlx5vf_add_stop_copy_header() 350 static int mlx5vf_prep_stop_copy(struct mlx5_vf_migration_file *migf, in mlx5vf_prep_stop_copy() 391 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_precopy_ioctl() 500 struct mlx5_vf_migration_file *migf = mvdev->saving_migf; in mlx5vf_pci_save_device_inc_data() [all …]
|
H A D | cmd.c | 40 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() 535 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_save_callback() 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() [all …]
|