Searched refs:intrhook (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Di82596var.h153 * intrhook - board dependent interrupt processing
204 int (*intrhook)(struct ie_softc *, int where); member in struct:ie_softc
H A Di82596.c260 * intrhook - board dependent interrupt processing
499 if (sc->intrhook)
500 (sc->intrhook)(sc, IE_INTR_EXIT);
510 if (sc->intrhook)
511 (sc->intrhook)(sc, IE_INTR_ENRCV);
518 if (sc->intrhook)
519 (sc->intrhook)(sc, IE_INTR_ENSND);
530 if (sc->intrhook)
531 (sc->intrhook)(sc, IE_INTR_LOOP);
549 if (sc->intrhook)
[all...]
/openbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c354 sc->intrhook = ie_gsc_intrhook;
356 sc->intrhook = NULL;

Completed in 131 milliseconds