Home
last modified time | relevance | path

Searched refs:msi_nr_vectors_allocated (Results 1 – 7 of 7) sorted by relevance

/qemu/include/hw/pci/
H A Dmsi.h46 unsigned int msi_nr_vectors_allocated(const PCIDevice *dev);
/qemu/hw/pci-bridge/
H A Dioh3420.c49 switch (msi_nr_vectors_allocated(d)) { in ioh3420_aer_vector()
H A Dcxl_root_port.c62 switch (msi_nr_vectors_allocated(d)) { in DECLARE_INSTANCE_CHECKER()
/qemu/hw/remote/
H A Dvfio-user-obj.c653 } else if (msi_nr_vectors_allocated(pci_dev)) { in vfu_object_setup_irqs()
655 msi_nr_vectors_allocated(pci_dev)); in vfu_object_setup_irqs()
/qemu/hw/pci/
H A Dmsi.c486 unsigned int msi_nr_vectors_allocated(const PCIDevice *dev) in msi_nr_vectors_allocated() function
/qemu/hw/ppc/
H A Dspapr_pci.c358 max_irqs = msi_nr_vectors_allocated(pdev); in rtas_ibm_change_msi()
1430 uint32_t max_msi = msi_nr_vectors_allocated(dev); in spapr_dt_pci_device()
/qemu/hw/vfio/
H A Dpci.c726 vdev->nr_vectors = msi_nr_vectors_allocated(&vdev->pdev); in vfio_msi_enable()