Home
last modified time | relevance | path

Searched refs:debug_migf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c701 struct hisi_acc_vf_migration_file *dst_migf = hisi_acc_vdev->debug_migf; in hisi_acc_debug_migf_copy()
1515 struct hisi_acc_vf_migration_file *debug_migf = hisi_acc_vdev->debug_migf; in hisi_acc_vf_migf_read() local
1518 if (debug_migf->total_length < QM_MATCH_SIZE) { in hisi_acc_vf_migf_read()
1524 (const void *)&debug_migf->vf_data, vf_data_sz, false); in hisi_acc_vf_migf_read()
1525 seq_printf(seq, "migrate data length: %lu\n", debug_migf->total_length); in hisi_acc_vf_migf_read()
1664 hisi_acc_vdev->debug_migf = migf; in hisi_acc_vfio_debug_init()
1679 kfree(hisi_acc_vdev->debug_migf); in hisi_acc_vf_debugfs_exit()
1680 hisi_acc_vdev->debug_migf = NULL; in hisi_acc_vf_debugfs_exit()
H A Dhisi_acc_vfio_pci.h161 struct hisi_acc_vf_migration_file *debug_migf; member