smc91cxx_intr
gxa->gxa_gpirq, IST_EDGE_RISING, IPL_NET, smc91cxx_intr, sc);
isc->ih = ifpga_intr_establish(ifa->ifa_irq, IPL_NET, smc91cxx_intr, sc);
# define smintr smc91cxx_intr
while (smc91cxx_intr(arg))
IPL_NET, smc91cxx_intr, sc);
IPL_NET, smc91cxx_intr, sc);
add_nubus_intr(na->slot, (void (*)(void *))smc91cxx_intr, smc);
int smc91cxx_intr(void *);
IST_EDGE, IPL_NET, smc91cxx_intr, sc);
psc->sc_ih = pcmcia_intr_establish(psc->sc_pf, IPL_NET, smc91cxx_intr,
rval |= smc91cxx_intr(sc->sc_ethernet);