Home
last modified time | relevance | path

Searched refs:nvqs_with_notifiers (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/virtio/
H A Dvirtio-pci.h164 int nvqs_with_notifiers; member
/qemu/hw/virtio/
H A Dvirtio-pci.c1057 if (index < proxy->nvqs_with_notifiers) { in virtio_pci_vector_unmask()
1084 if (index < proxy->nvqs_with_notifiers) { in virtio_pci_vector_unmask()
1108 if (index < proxy->nvqs_with_notifiers) { in virtio_pci_vector_mask()
1132 for (queue_no = 0; queue_no < proxy->nvqs_with_notifiers; queue_no++) { in virtio_pci_vector_poll()
1238 if (!assign && !proxy->nvqs_with_notifiers) { in virtio_pci_set_guest_notifiers()
1241 assert(assign || nvqs == proxy->nvqs_with_notifiers); in virtio_pci_set_guest_notifiers()
1243 proxy->nvqs_with_notifiers = nvqs; in virtio_pci_set_guest_notifiers()