Searched refs:mlx5_vf_migration_file (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/vfio/pci/mlx5/ |
D | cmd.h | 65 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); 218 void mlx5fv_cmd_clean_migf_resources(struct mlx5_vf_migration_file *migf); [all …]
|
D | main.c | 68 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() 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() 198 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_read() 270 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_poll() 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() [all …]
|
D | cmd.c | 40 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() 463 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_alloc_data_buffer() 504 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_get_data_buffer() 547 mlx5vf_save_callback_complete(struct mlx5_vf_migration_file *migf, in mlx5vf_save_callback_complete() 559 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_mig_file_cleanup_cb() 560 struct mlx5_vf_migration_file, async_data); in mlx5vf_mig_file_cleanup_cb() 581 struct mlx5_vf_migration_file *migf = header_buf->migf; in add_buf_header() 611 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_save_callback() 612 struct mlx5_vf_migration_file, async_data); in mlx5vf_save_callback() [all …]
|