Home
last modified time | relevance | path

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

/qemu/include/hw/pci/
H A Dmsix.h33 void msix_set_pending(PCIDevice *dev, unsigned vector);
/qemu/hw/pci/
H A Dmsix.c79 void msix_set_pending(PCIDevice *dev, unsigned int vector) in msix_set_pending() function
536 msix_set_pending(dev, vector); in msix_notify()
/qemu/hw/virtio/
H A Dvirtio-pci.c1143 msix_set_pending(dev, vector); in virtio_pci_vector_poll()
1146 msix_set_pending(dev, vector); in virtio_pci_vector_poll()
1161 msix_set_pending(dev, vector); in virtio_pci_vector_poll()
1164 msix_set_pending(dev, vector); in virtio_pci_vector_poll()
/qemu/hw/misc/
H A Divshmem.c346 msix_set_pending(dev, vector); in ivshmem_vector_poll()