Searched refs:PCI_SLOT_HP (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | virtio-rng-test.c | 16 #define PCI_SLOT_HP 0x06 macro 31 "{'addr': %s}", stringify(PCI_SLOT_HP)); in rng_hotplug() 34 qpci_unplug_acpi_device_test(qts, "rng1", PCI_SLOT_HP); in rng_hotplug()
|
H A D | virtio-net-test.c | 23 #define PCI_SLOT_HP 0x06 macro 181 "{'addr': %s}", stringify(PCI_SLOT_HP)); in hotplug() 184 qpci_unplug_acpi_device_test(qts, "net1", PCI_SLOT_HP); in hotplug()
|
H A D | vhost-user-blk-test.c | 26 #define PCI_SLOT_HP 0x06 macro 687 stringify(PCI_SLOT_HP) ".0"); in pci_hotplug() 690 &(QPCIAddress) { .devfn = QPCI_DEVFN(PCI_SLOT_HP, 0) in pci_hotplug() 698 qpci_unplug_acpi_device_test(qts, "drv1", PCI_SLOT_HP); in pci_hotplug() 733 stringify(PCI_SLOT_HP) ".0"); in multiqueue() 737 .devfn = QPCI_DEVFN(PCI_SLOT_HP, 0) in multiqueue() 764 qpci_unplug_acpi_device_test(qts, "drv1", PCI_SLOT_HP); in multiqueue()
|
H A D | ivshmem-test.c | 395 #define PCI_SLOT_HP 0x06 macro 411 stringify(PCI_SLOT_HP)); in test_ivshmem_hotplug() 413 qpci_unplug_acpi_device_test(qts, "iv1", PCI_SLOT_HP); in test_ivshmem_hotplug()
|
H A D | virtio-blk-test.c | 22 #define PCI_SLOT_HP 0x06 macro 711 stringify(PCI_SLOT_HP) ".0"); in pci_hotplug() 714 &(QPCIAddress) { .devfn = QPCI_DEVFN(PCI_SLOT_HP, 0) }); in pci_hotplug() 721 qpci_unplug_acpi_device_test(qts, "drv1", PCI_SLOT_HP); in pci_hotplug()
|
H A D | virtio-iommu-test.c | 21 #define PCI_SLOT_HP 0x06 macro
|