Home
last modified time | relevance | path

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

/linux-6.15/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c634 struct hisi_acc_vf_migration_file *dst_migf = hisi_acc_vdev->debug_migf; in hisi_acc_debug_migf_copy()
1419 struct hisi_acc_vf_migration_file *debug_migf = hisi_acc_vdev->debug_migf; in hisi_acc_vf_migf_read() local
1422 if (debug_migf->total_length < QM_MATCH_SIZE) { in hisi_acc_vf_migf_read()
1428 (const void *)&debug_migf->vf_data, vf_data_sz, false); in hisi_acc_vf_migf_read()
1429 seq_printf(seq, "migrate data length: %lu\n", debug_migf->total_length); in hisi_acc_vf_migf_read()
1559 hisi_acc_vdev->debug_migf = migf; in hisi_acc_vfio_debug_init()
1572 kfree(hisi_acc_vdev->debug_migf); in hisi_acc_vf_debugfs_exit()
1573 hisi_acc_vdev->debug_migf = NULL; in hisi_acc_vf_debugfs_exit()
H A Dhisi_acc_vfio_pci.h132 struct hisi_acc_vf_migration_file *debug_migf; member