Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcacvar.h102 int (*cl_intr_pending)(struct cac_softc *); member
H A Dcac.c294 if ((*sc->sc_cl.cl_intr_pending)(sc)) { in cac_intr()