Home
last modified time | relevance | path

Searched refs:QPCI_DEVFN (Results 26 – 37 of 37) sorted by relevance

12

/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-net.c177 .devfn = QPCI_DEVFN(4, 0), in virtio_net_register_nodes()
H A Dsdhci.c143 .devfn = QPCI_DEVFN(4, 0), in qsdhci_register_nodes()
H A Dvirtio-9p.c256 .devfn = QPCI_DEVFN(4, 0), in virtio_9p_register_nodes()
H A Dpci.h19 #define QPCI_DEVFN(dev, fn) (((dev) << 3) | (fn)) macro
H A Dahci.c135 ahci = qpci_device_find(pcibus, QPCI_DEVFN(0x1F, 0x02)); in get_ahci_device()
/openbmc/qemu/tests/qtest/
H A Dnvme-test.c155 add_qpci_address(&opts, &(QPCIAddress) { .devfn = QPCI_DEVFN(4, 0) }); in nvme_register_nodes()
H A Dvhost-user-blk-test.c690 &(QPCIAddress) { .devfn = QPCI_DEVFN(PCI_SLOT_HP, 0) in pci_hotplug()
737 .devfn = QPCI_DEVFN(PCI_SLOT_HP, 0) in multiqueue()
779 dev = qpci_device_find(pdev->pdev->bus, QPCI_DEVFN(4, 0)); in test_nonexistent_virtqueue()
H A Dvirtio-blk-test.c714 &(QPCIAddress) { .devfn = QPCI_DEVFN(PCI_SLOT_HP, 0) }); in pci_hotplug()
736 dev = qpci_device_find(pdev->pdev->bus, QPCI_DEVFN(4, 0)); in test_nonexistent_virtqueue()
H A Dtco-test.c68 d->dev = qpci_device_find(d->bus, QPCI_DEVFN(0x1f, 0x00)); in test_init()
H A Dvirtio-net-failover.c53 dev = qpci_device_find(pcibus, QPCI_DEVFN(bus, 0)); in machine_start()
275 addr.devfn = QPCI_DEVFN((bus << 5) + slot, 0); in start_virtio_net_internal()
H A Dufs-test.c585 add_qpci_address(&edge_opts, &(QPCIAddress){ .devfn = QPCI_DEVFN(4, 0) }); in ufs_register_nodes()
H A Dide-test.c162 dev = qpci_device_find(pcibus, QPCI_DEVFN(IDE_PCI_DEV, IDE_PCI_FUNC)); in get_pci_device()

12