Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dre.c249 static void re_intr_8125 __P((void *));
251 static int re_intr_8125 __P((void *));
5268 sc->intr = re_intr_8125; in re_attach()
8526 static void re_intr_8125(void *arg) /* Interrupt Handler */ in re_intr_8125() function
8528 static int re_intr_8125(void *arg) /* Interrupt Handler */ in re_intr_8125()