Home
last modified time | relevance | path

Searched refs:msix_present (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dmsix.c186 if (!msix_present(dev) || !range_covers_byte(addr, len, enable_pos)) { in msix_write_config()
452 if (!msix_present(dev)) { in msix_uninit()
473 if (msix_present(dev)) { in msix_uninit_exclusive_bar()
482 if (!msix_present(dev)) { in msix_save()
496 if (!msix_present(dev)) { in msix_load()
511 int msix_present(PCIDevice *dev) in msix_present() function
547 if (!msix_present(dev)) { in msix_reset()
588 if (!msix_present(dev)) { in msix_unuse_all_vectors()
H A Dpcie_doe.c100 if (intr && (msi_present(dev) || msix_present(dev))) { in pcie_doe_init()
/openbmc/qemu/include/hw/pci/
H A Dmsix.h30 int msix_present(PCIDevice *dev);
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c44 #define VIRTIO_PCI_REGION_SIZE(dev) VIRTIO_PCI_CONFIG_OFF(msix_present(dev))
92 if (msix_present(&proxy->pci_dev)) in virtio_pci_save_config()
173 if (msix_present(&proxy->pci_dev)) in virtio_pci_save_queue()
190 if (msix_present(&proxy->pci_dev)) { in virtio_pci_load_config()
212 if (msix_present(&proxy->pci_dev)) { in virtio_pci_load_queue()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c301 } else if (msix_present(pdev)) { in rtas_ibm_change_msi()
317 if (msix_present(pdev)) { in rtas_ibm_change_msi()
343 if (msix_present(pdev)) { in rtas_ibm_change_msi()
1435 if (msix_present(dev)) { in spapr_dt_pci_device()
/openbmc/qemu/hw/net/
H A De1000e.c309 if (msix_present(PCI_DEVICE(s))) { in e1000e_cleanup_msix()
/openbmc/qemu/hw/scsi/
H A Dmegasas.c2046 retval = (msix_present(pci_dev) ? MFI_FWSTATE_MSIX_SUPPORTED : 0) | in megasas_mmio_read()
/openbmc/qemu/hw/vfio/
H A Dpci.c2564 return msix_present(pdev); in vfio_msix_present()
/openbmc/qemu/hw/nvme/
H A Dctrl.c7287 if (!msix_present(pci_dev)) { in nvme_update_msixcap_ts()