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.c660 VFIODevice *vbasedev_tmp; in iommufd_cdev_dep_get_realized_vpdev() local
667 vbasedev_tmp = iommufd_cdev_pci_find_by_devid(dep_dev->devid); in iommufd_cdev_dep_get_realized_vpdev()
668 if (!vbasedev_tmp || !vbasedev_tmp->dev->realized || in iommufd_cdev_dep_get_realized_vpdev()
669 vbasedev_tmp->type != VFIO_DEVICE_TYPE_PCI) { in iommufd_cdev_dep_get_realized_vpdev()
673 return container_of(vbasedev_tmp, VFIOPCIDevice, vbasedev); in iommufd_cdev_dep_get_realized_vpdev()