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.c733 VFIODevice *vbasedev_tmp; in iommufd_cdev_dep_get_realized_vpdev() local
740 vbasedev_tmp = iommufd_cdev_pci_find_by_devid(dep_dev->devid); in iommufd_cdev_dep_get_realized_vpdev()
741 if (!vbasedev_tmp || !vbasedev_tmp->dev->realized || in iommufd_cdev_dep_get_realized_vpdev()
742 vbasedev_tmp->type != VFIO_DEVICE_TYPE_PCI) { in iommufd_cdev_dep_get_realized_vpdev()
746 return container_of(vbasedev_tmp, VFIOPCIDevice, vbasedev); in iommufd_cdev_dep_get_realized_vpdev()