Home
last modified time | relevance | path

Searched refs:msix_nr_vectors_allocated (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/pci/
H A Dmsix.h24 unsigned int msix_nr_vectors_allocated(const PCIDevice *dev);
/qemu/hw/remote/
H A Dvfio-user-obj.c648 if (msix_nr_vectors_allocated(pci_dev)) { in vfu_object_setup_irqs()
650 msix_nr_vectors_allocated(pci_dev)); in vfu_object_setup_irqs()
/qemu/hw/pci/
H A Dmsix.c603 unsigned int msix_nr_vectors_allocated(const PCIDevice *dev) in msix_nr_vectors_allocated() function
/qemu/hw/virtio/
H A Dvirtio-pci.c901 if (vector >= msix_nr_vectors_allocated(dev)) { in kvm_virtio_pci_vector_use_one()
956 if (vector >= msix_nr_vectors_allocated(dev)) { in kvm_virtio_pci_vector_release_one()
1282 msix_nr_vectors_allocated(&proxy->pci_dev)); in virtio_pci_set_guest_notifiers()