Home
last modified time | relevance | path

Searched refs:QEMU_PCI_CAP_MULTIFUNCTION (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci.c948 if (dev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in pci_init_multifunction()
958 dev->exp.sriov_vf.pf->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in pci_init_multifunction()
977 if (f0 && !(f0->cap_present & QEMU_PCI_CAP_MULTIFUNCTION)) { in pci_init_multifunction()
986 if (dev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in pci_init_multifunction()
2158 if ((pci_dev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) in pci_qdev_realize()
H A Dpcie.c1087 (dev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) || in pcie_acs_init()
/openbmc/qemu/include/hw/pci/
H A Dpci.h191 QEMU_PCI_CAP_MULTIFUNCTION = (1 << QEMU_PCI_CAP_MULTIFUNCTION_BITNR), enumerator
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c977 if (pdev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in s390_pcihost_pre_plug()
/openbmc/qemu/hw/vfio/
H A Dpci.c1921 vdev->pdev.cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in vfio_pci_enable_rp_atomics()
3225 if (vdev->pdev.cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in vfio_realize()