Searched refs:aff_notify (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h224 struct irq_affinity_notify aff_notify; member in struct:fun_irq
H A Dfuneth_main.c237 struct fun_irq *p = container_of(notify, struct fun_irq, aff_notify);
272 irq->aff_notify.notify = fun_irq_aff_notify;
273 irq->aff_notify.release = fun_irq_aff_release;
702 irq_set_affinity_notifier(p->irq, &p->aff_notify);

Completed in 115 milliseconds