Searched refs:ep_intr (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/ep/ |
| HD | if_ep_mca.c | 133 if ((error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET | INTR_MPSAFE, NULL, ep_intr, in ep_mca_attach()
|
| HD | if_epvar.h | 83 void ep_intr(void *);
|
| HD | if_ep_eisa.c | 221 NULL, ep_intr, sc, &sc->ep_intrhand))) { in ep_eisa_attach()
|
| HD | if_ep_pccard.c | 210 NULL, ep_intr, sc, &sc->ep_intrhand))) { in ep_pccard_attach()
|
| HD | if_ep_isa.c | 340 NULL, ep_intr, sc, &sc->ep_intrhand))) { in ep_isa_attach()
|
| HD | if_ep.c | 590 ep_intr(void *arg) in ep_intr() function
|