Home
last modified time | relevance | path

Searched refs:reset_works (Results 1 – 5 of 5) sorted by relevance

/qemu/include/hw/vfio/
H A Dvfio-common.h113 bool reset_works; member
/qemu/hw/vfio/
H A Diommufd.c414 vbasedev->reset_works = !!(dev_info.flags & VFIO_DEVICE_FLAGS_RESET); in iommufd_cdev_attach()
H A Dpci.c2548 if (!vbasedev->reset_works || (!vdev->has_flr && vdev->has_pm_reset)) { in vfio_pci_compute_needs_reset()
3302 if (vdev->vbasedev.reset_works && in vfio_pci_reset()
3315 if (vdev->vbasedev.reset_works && vdev->has_pm_reset && in vfio_pci_reset()
H A Dcontainer.c858 vbasedev->reset_works = !!(info->flags & VFIO_DEVICE_FLAGS_RESET); in vfio_get_device()
H A Dpci-quirks.c1390 if (vdev->vbasedev.reset_works) { in vfio_radeon_reset()