Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc64/dev/
Dsab.c86 void * sc_softintr; member
281 sc->sc_softintr = softint_establish(SOFTINT_SERIAL, sab_softintr, sc); in sab_attach()
282 if (sc->sc_softintr == NULL) { in sab_attach()
363 softint_schedule(sc->sc_softintr); in sab_intr()