Searched refs:irq_notifier (Results 1 – 2 of 2) sorted by relevance
117 EventNotifier irq_notifier[MSIX_IRQ_COUNT]; member237 event_notifier_get_fd(s->irq_notifier)); in nvme_create_queue_pair()662 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_handle_event()716 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_poll_cb()738 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_poll_ready()761 ret = event_notifier_init(&s->irq_notifier[MSIX_SHARED_IRQ_IDX], 0); in nvme_init()868 ret = qemu_vfio_pci_init_irq(s->vfio, s->irq_notifier, in nvme_init()874 &s->irq_notifier[MSIX_SHARED_IRQ_IDX], in nvme_init()960 &s->irq_notifier[MSIX_SHARED_IRQ_IDX], in nvme_close()962 event_notifier_cleanup(&s->irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_close()[all …]
433 static int irq_notifier(struct notifier_block *self, unsigned long cmd, void *v) in irq_notifier() function451 .notifier_call = irq_notifier,