Searched defs:migf (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/drivers/vfio/pci/mlx5/ |
D | main.c | 112 static void mlx5vf_disable_fd(struct mlx5_vf_migration_file *migf) in mlx5vf_disable_fd() 122 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_release_file() local 131 mlx5vf_get_data_buff_from_pos(struct mlx5_vf_migration_file *migf, loff_t pos, in mlx5vf_get_data_buff_from_pos() 165 struct mlx5_vf_migration_file *migf = vhca_buf->migf; in mlx5vf_buf_read_done() local 242 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_read() local 314 struct mlx5_vf_migration_file *migf = filp->private_data; in mlx5vf_save_poll() local 334 static void mlx5vf_mark_err(struct mlx5_vf_migration_file *migf) in mlx5vf_mark_err() 340 void mlx5vf_mig_file_set_save_work(struct mlx5_vf_migration_file *migf, in mlx5vf_mig_file_set_save_work() 352 mlx5vf_mig_file_get_stop_copy_buf(struct mlx5_vf_migration_file *migf, in mlx5vf_mig_file_get_stop_copy_buf() 379 struct mlx5_vf_migration_file *migf = save_data->migf; in mlx5vf_mig_file_save_work() local [all …]
|
D | cmd.c | 40 struct mlx5_vf_migration_file *migf = mvdev->saving_migf; in mlx5vf_cmd_suspend_vhca() local 386 struct mlx5_vf_migration_file *migf = buf->migf; in mlx5vf_free_data_buffer() local 406 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_alloc_data_buffer() 447 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_get_data_buffer() 490 mlx5vf_save_callback_complete(struct mlx5_vf_migration_file *migf, in mlx5vf_save_callback_complete() 502 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_mig_file_cleanup_cb() local 524 struct mlx5_vf_migration_file *migf = header_buf->migf; in add_buf_header() local 554 struct mlx5_vf_migration_file *migf = container_of(async_data, in mlx5vf_save_callback() local 618 struct mlx5_vf_migration_file *migf, in mlx5vf_cmd_save_vhca_state() 706 struct mlx5_vf_migration_file *migf, in mlx5vf_cmd_load_vhca_state() [all …]
|
D | cmd.h | 69 struct mlx5_vf_migration_file *migf; member 87 struct mlx5_vf_migration_file *migf; member
|
/linux-6.8/drivers/vfio/pci/hisilicon/ |
D | hisi_acc_vfio_pci.c | 354 struct hisi_acc_vf_migration_file *migf) in vf_qm_check_match() 445 struct hisi_acc_vf_migration_file *migf) in vf_qm_load_data() 490 struct hisi_acc_vf_migration_file *migf) in vf_qm_state_save() 609 static void hisi_acc_vf_disable_fd(struct hisi_acc_vf_migration_file *migf) in hisi_acc_vf_disable_fd() 670 struct hisi_acc_vf_migration_file *migf = hisi_acc_vdev->resuming_migf; in hisi_acc_vf_load_state() local 685 struct hisi_acc_vf_migration_file *migf = filp->private_data; in hisi_acc_vf_release_file() local 696 struct hisi_acc_vf_migration_file *migf = filp->private_data; in hisi_acc_vf_resume_write() local 746 struct hisi_acc_vf_migration_file *migf; in hisi_acc_vf_pci_resume() local 770 struct hisi_acc_vf_migration_file *migf = filp->private_data; in hisi_acc_vf_precopy_ioctl() local 818 struct hisi_acc_vf_migration_file *migf = filp->private_data; in hisi_acc_vf_save_read() local [all …]
|
/linux-6.8/samples/vfio-mdev/ |
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 935 struct mtty_migration_file *migf = mdev_state->saving_migf; in mtty_save_state() local 951 struct mtty_migration_file *migf = mdev_state->resuming_migf; in mtty_load_state() local 976 struct mtty_migration_file *migf = mdev_state->saving_migf; in mtty_save_device_data() local 1024 struct mtty_migration_file *migf = filp->private_data; in mtty_resume_write() local 1091 struct mtty_migration_file *migf; in mtty_resume_device_data() local 1194 struct mtty_migration_file *migf; in mtty_step_state() local [all …]
|