Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvfio_pci_core.h74 bool reset_works:1; member
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h131 bool reset_works; member
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c495 vdev->reset_works = !ret; in vfio_pci_core_enable()
650 if (!vdev->reset_works) in vfio_pci_core_disable()
669 if (vdev->reset_works && pci_dev_trylock(pdev)) { in vfio_pci_core_disable()
973 if (vdev->reset_works) in vfio_pci_ioctl_get_info()
1231 if (!vdev->reset_works) in vfio_pci_ioctl_reset()
/openbmc/qemu/hw/vfio/
H A Diommufd.c593 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()
3310 if (vdev->vbasedev.reset_works && in vfio_pci_reset()
3323 if (vdev->vbasedev.reset_works && vdev->has_pm_reset && in vfio_pci_reset()
H A Dcontainer.c855 vbasedev->reset_works = !!(info->flags & VFIO_DEVICE_FLAGS_RESET); in vfio_get_device()
H A Dpci-quirks.c1391 if (vdev->vbasedev.reset_works) { in vfio_radeon_reset()