Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-bridge/
H A Dpcie_pci_bridge.c111 if (msi_present(d)) { in pcie_pci_bridge_reset()
121 if (msi_present(d)) { in pcie_pci_bridge_write_config()
H A Dpci_bridge_dev.c133 if (msi_present(dev)) { in pci_bridge_dev_exitfn()
153 if (msi_present(d)) { in pci_bridge_dev_write_config()
/openbmc/qemu/hw/pci/
H A Dmsi.c172 return msi_present(dev) && in msi_enabled()
262 if (!msi_present(dev)) { in msi_uninit()
279 if (!msi_present(dev)) { in msi_reset()
395 if (!msi_present(dev) || in msi_write_config()
H A Dpcie_doe.c100 if (intr && (msi_present(dev) || msix_present(dev))) { in pcie_doe_init()
/openbmc/qemu/include/hw/pci/
H A Dmsi.h49 static inline bool msi_present(const PCIDevice *dev) in msi_present() function
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c299 if (msi_present(pdev)) { in rtas_ibm_change_msi()
309 if (msi_present(pdev)) { in rtas_ibm_change_msi()
340 if (msi_present(pdev)) { in rtas_ibm_change_msi()
1429 if (msi_present(dev)) { in spapr_dt_pci_device()