Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Diommufd.c661 VFIODevice *vbasedev_tmp; in iommufd_cdev_dep_get_realized_vpdev()
668 vbasedev_tmp = iommufd_cdev_pci_find_by_devid(dep_dev->devid); in iommufd_cdev_dep_get_realized_vpdev()
669 if (!vbasedev_tmp || !vbasedev_tmp->dev->realized || in iommufd_cdev_dep_get_realized_vpdev()
670 vbasedev_tmp->type != VFIO_DEVICE_TYPE_PCI) { in iommufd_cdev_dep_get_realized_vpdev()
674 return container_of(vbasedev_tmp, VFIOPCIDevice, vbasedev); in iommufd_cdev_dep_get_realized_vpdev()
660 VFIODevice *vbasedev_tmp; iommufd_cdev_dep_get_realized_vpdev() local