Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpci.c969 if (dev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in pci_init_multifunction()
979 dev->exp.sriov_vf.pf->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in pci_init_multifunction()
998 if (f0 && !(f0->cap_present & QEMU_PCI_CAP_MULTIFUNCTION)) { in pci_init_multifunction()
1007 if (dev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in pci_init_multifunction()
2155 if ((pci_dev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) in pci_qdev_realize()
H A Dpcie.c1188 (dev->cap_present & QEMU_PCI_CAP_MULTIFUNCTION) || in pcie_acs_init()
/openbmc/qemu/include/hw/pci/
H A Dpci.h193 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.c1924 vdev->pdev.cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in vfio_pci_enable_rp_atomics()
3094 if (vdev->pdev.cap_present & QEMU_PCI_CAP_MULTIFUNCTION) { in vfio_realize()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c296 if ((PCI_DEVICE(s)->cap_present & QEMU_PCI_CAP_MULTIFUNCTION)) { in xen_pt_header_type_reg_init()