Searched refs:vfio_pci_host_match (Results 1 – 3 of 3) sorted by relevance
999 if (vfio_pci_host_match(&host, vdev->vbasedev.name)) { in vfio_legacy_pci_hot_reset()1026 if (vfio_pci_host_match(&host, tmp->vbasedev.name)) { in vfio_legacy_pci_hot_reset()1091 if (vfio_pci_host_match(&host, vdev->vbasedev.name)) { in vfio_legacy_pci_hot_reset()1111 if (vfio_pci_host_match(&host, tmp->vbasedev.name)) { in vfio_legacy_pci_hot_reset()
225 bool vfio_pci_host_match(PCIHostDeviceAddress *addr, const char *name);
2463 bool vfio_pci_host_match(PCIHostDeviceAddress *addr, const char *name) in vfio_pci_host_match() function