nfEtherIRQ         53 arch/m68k/emu/nfeth.c static int nfEtherIRQ;
nfEtherIRQ        200 arch/m68k/emu/nfeth.c 	dev->irq = nfEtherIRQ;
nfEtherIRQ        237 arch/m68k/emu/nfeth.c 	nfEtherIRQ = nf_call(nfEtherID + XIF_INTLEVEL);
nfEtherIRQ        238 arch/m68k/emu/nfeth.c 	error = request_irq(nfEtherIRQ, nfeth_interrupt, IRQF_SHARED,
nfEtherIRQ        241 arch/m68k/emu/nfeth.c 		pr_err("request for irq %d failed %d", nfEtherIRQ, error);
nfEtherIRQ        261 arch/m68k/emu/nfeth.c 	free_irq(nfEtherIRQ, nfeth_interrupt);