Searched refs:nvqs_with_notifiers (Results 1 – 2 of 2) sorted by relevance
172 int nvqs_with_notifiers; member
1056 if (index < proxy->nvqs_with_notifiers) { in virtio_pci_vector_unmask()1083 if (index < proxy->nvqs_with_notifiers) { in virtio_pci_vector_unmask()1107 if (index < proxy->nvqs_with_notifiers) { in virtio_pci_vector_mask()1131 for (queue_no = 0; queue_no < proxy->nvqs_with_notifiers; queue_no++) { in virtio_pci_vector_poll()1237 if (!assign && !proxy->nvqs_with_notifiers) { in virtio_pci_set_guest_notifiers()1240 assert(assign || nvqs == proxy->nvqs_with_notifiers); in virtio_pci_set_guest_notifiers()1242 proxy->nvqs_with_notifiers = nvqs; in virtio_pci_set_guest_notifiers()