Lines Matching refs:notify
787 static void hfi1_irq_notifier_notify(struct irq_affinity_notify *notify, in hfi1_irq_notifier_notify() argument
791 struct hfi1_msix_entry *msix = container_of(notify, in hfi1_irq_notifier_notify()
793 notify); in hfi1_irq_notifier_notify()
809 struct irq_affinity_notify *notify = &msix->notify; in hfi1_setup_sdma_notifier() local
811 notify->irq = msix->irq; in hfi1_setup_sdma_notifier()
812 notify->notify = hfi1_irq_notifier_notify; in hfi1_setup_sdma_notifier()
813 notify->release = hfi1_irq_notifier_release; in hfi1_setup_sdma_notifier()
815 if (irq_set_affinity_notifier(notify->irq, notify)) in hfi1_setup_sdma_notifier()
817 notify->irq); in hfi1_setup_sdma_notifier()
822 struct irq_affinity_notify *notify = &msix->notify; in hfi1_cleanup_sdma_notifier() local
824 if (irq_set_affinity_notifier(notify->irq, NULL)) in hfi1_cleanup_sdma_notifier()
826 notify->irq); in hfi1_cleanup_sdma_notifier()