Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/mvme/
Dosiop_pcctwo.c66 struct evcnt sc_evcnt; member
146 evcnt_attach_dynamic(&sc->sc_evcnt, EVCNT_TYPE_INTR, in osiop_pcctwo_attach()
152 &sc->sc_evcnt); in osiop_pcctwo_attach()
Dlpt_pcctwo.c145 evcnt_attach_dynamic(&sc->sc_evcnt, EVCNT_TYPE_INTR, in lpt_pcctwo_attach()
152 &sc->sc_evcnt); in lpt_pcctwo_attach()
Dmemc.c479 evcnt_attach_dynamic(&sc->sc_evcnt, EVCNT_TYPE_INTR, in memc_hook_error_intr()
490 sc, &sc->sc_evcnt); in memc_hook_error_intr()
493 VME2_VEC_PARITY_ERROR, func, sc, &sc->sc_evcnt); in memc_hook_error_intr()
Dmemcvar.h39 struct evcnt sc_evcnt; member
Dlptvar.h69 struct evcnt sc_evcnt; member
Dpcctwovar.h86 struct evcnt sc_evcnt; member
Dmvmebus.h103 struct evcnt sc_evcnt[7]; member
Dmvmebus.c367 return (&sc->sc_evcnt[(((int) handle) >> 8) - 1]); in mvmebus_intr_evcnt()
398 func, arg, &sc->sc_evcnt[level - 1]); in mvmebus_intr_establish()
436 &sc->sc_evcnt[level - 1]); in mvmebus_intr_disestablish()
Dclmpcc_pcctwo.c131 sc->sc_evcnt = pcctwointr_evcnt(level); in clmpcc_pcctwo_attach()
/netbsd/src/sys/arch/mvme68k/dev/
Dpcc.c179 evcnt_attach_dynamic(&sc->sc_evcnt, EVCNT_TYPE_INTR, in pccattach()
183 pccintr_establish(PCCV_ABORT, pccintr, 7, NULL, &sc->sc_evcnt); in pccattach()
191 pccintr_establish(PCCV_SOFT1, pccsoftintr, 1, sc, &sc->sc_evcnt); in pccattach()
Dpcctwo_68k.c226 evcnt_attach_dynamic(&sc->sc_evcnt, EVCNT_TYPE_INTR, in pcctwoattach()
229 &sc->sc_evcnt); in pcctwoattach()
285 1, sys_pcctwo, &sys_pcctwo->sc_evcnt); in pcctwosoftintrinit()
Dif_le.c207 evcnt_attach_dynamic(&lsc->sc_evcnt, EVCNT_TYPE_INTR, in le_pcc_attach()
210 pccintr_establish(PCCV_LE, am7990_intr, pa->pa_ipl, sc, &lsc->sc_evcnt); in le_pcc_attach()
Dlpt_pcc.c129 evcnt_attach_dynamic(&sc->sc_evcnt, EVCNT_TYPE_INTR, in lpt_pcc_attach()
136 &sc->sc_evcnt); in lpt_pcc_attach()
Dif_levar.h77 struct evcnt sc_evcnt; member
Dpccvar.h59 struct evcnt sc_evcnt; member
/netbsd/src/sys/dev/tc/
Dtcdsvar.h41 struct evcnt sc_evcnt; /* intr. count */ member
Dtcds.c228 evcnt_attach_dynamic(&slotc->sc_evcnt, EVCNT_TYPE_INTR, in tcdsattach()
458 #define INCRINTRCNT(slot) sc->sc_slots[slot].sc_evcnt.ev_count++ in tcds_intr()
/netbsd/src/sys/dev/ic/
Dclmpccvar.h102 struct evcnt *sc_evcnt; /* Parent Event Counter (or NULL) */ member