Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mn/
HDif_mn.c174 static void mn_intr(void *xsc);
1193 mn_intr(void *xsc) in mn_intr() function
1340 error = bus_setup_intr(self, sc->irq, INTR_TYPE_NET, NULL, mn_intr, sc, &sc->intrhand); in mn_attach()