Home
last modified time | relevance | path

Searched refs:ep_intr (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/ep/
HDif_ep_mca.c133 if ((error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET | INTR_MPSAFE, NULL, ep_intr, in ep_mca_attach()
HDif_epvar.h83 void ep_intr(void *);
HDif_ep_eisa.c221 NULL, ep_intr, sc, &sc->ep_intrhand))) { in ep_eisa_attach()
HDif_ep_pccard.c210 NULL, ep_intr, sc, &sc->ep_intrhand))) { in ep_pccard_attach()
HDif_ep_isa.c340 NULL, ep_intr, sc, &sc->ep_intrhand))) { in ep_isa_attach()
HDif_ep.c590 ep_intr(void *arg) in ep_intr() function