Home
last modified time | relevance | path

Searched refs:VIRTIO_MSI_NO_VECTOR (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c287 g_assert_cmphex(vector, !=, VIRTIO_MSI_NO_VECTOR); in set_config_vector()
302 g_assert_cmphex(vector, !=, VIRTIO_MSI_NO_VECTOR); in set_queue_vector()
H A Dvirtio-pci.c282 g_assert_cmphex(vector, !=, VIRTIO_MSI_NO_VECTOR); in qvirtio_pci_set_config_vector()
293 g_assert_cmphex(vector, !=, VIRTIO_MSI_NO_VECTOR); in qvirtio_pci_set_queue_vector()
/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h101 #define VIRTIO_MSI_NO_VECTOR 0xffff macro