Lines Matching refs:notify
790 static void hfi1_irq_notifier_notify(struct irq_affinity_notify *notify, in hfi1_irq_notifier_notify() argument
794 struct hfi1_msix_entry *msix = container_of(notify, in hfi1_irq_notifier_notify()
796 notify); in hfi1_irq_notifier_notify()
812 struct irq_affinity_notify *notify = &msix->notify; in hfi1_setup_sdma_notifier() local
814 notify->irq = msix->irq; in hfi1_setup_sdma_notifier()
815 notify->notify = hfi1_irq_notifier_notify; in hfi1_setup_sdma_notifier()
816 notify->release = hfi1_irq_notifier_release; in hfi1_setup_sdma_notifier()
818 if (irq_set_affinity_notifier(notify->irq, notify)) in hfi1_setup_sdma_notifier()
820 notify->irq); in hfi1_setup_sdma_notifier()
825 struct irq_affinity_notify *notify = &msix->notify; in hfi1_cleanup_sdma_notifier() local
827 if (irq_set_affinity_notifier(notify->irq, NULL)) in hfi1_cleanup_sdma_notifier()
829 notify->irq); in hfi1_cleanup_sdma_notifier()