Home
last modified time | relevance | path

Searched refs:qpci_check_buggy_msi (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Digb-test.c149 if (qpci_check_buggy_msi(dev)) { in test_igb_tx()
164 if (qpci_check_buggy_msi(dev)) { in test_igb_rx()
183 if (qpci_check_buggy_msi(dev)) { in test_igb_multiple_transfers()
H A De1000e-test.c146 if (qpci_check_buggy_msi(dev)) { in test_e1000e_tx()
161 if (qpci_check_buggy_msi(dev)) { in test_e1000e_rx()
180 if (qpci_check_buggy_msi(dev)) { in test_e1000e_multiple_transfers()
H A Dvirtio-blk-test.c481 if (qpci_check_buggy_msi(pci_dev)) { in msix()
591 if (qpci_check_buggy_msi(pci_dev)) { in idx()
H A Dvhost-user-blk-test.c561 if (qpci_check_buggy_msi(pci_dev)) { in idx()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.h87 bool qpci_check_buggy_msi(QPCIDevice *dev);
H A Dpci.c61 bool qpci_check_buggy_msi(QPCIDevice *dev) in qpci_check_buggy_msi() function