Searched refs:qpci_msix_pending (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ivshmem-test.c | 348 ret = qpci_msix_pending(s1->dev, 0); in test_ivshmem_server() 353 ret = qpci_msix_pending(s1->dev, 0); in test_ivshmem_server() 358 ret = qpci_msix_pending(s2->dev, 1); in test_ivshmem_server() 363 ret = qpci_msix_pending(s2->dev, 1); in test_ivshmem_server()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci.c | 132 return qpci_msix_pending(dev->pdev, vqpci->msix_entry); in qvirtio_pci_get_queue_isr_status() 156 return qpci_msix_pending(dev->pdev, dev->config_msix_entry); in qvirtio_pci_get_config_isr_status()
|
H A D | pci.h | 93 bool qpci_msix_pending(QPCIDevice *dev, uint16_t entry);
|
H A D | e1000e.c | 86 if (qpci_msix_pending(&d_pci->pci_dev, msg_id)) { in e1000e_wait_isr()
|
H A D | virtio-pci-modern.c | 136 return qpci_msix_pending(dev->pdev, msix_entry); in get_msix_status()
|
H A D | pci.c | 323 bool qpci_msix_pending(QPCIDevice *dev, uint16_t entry) in qpci_msix_pending() function
|