Searched refs:sc_evcnt (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/sys/dev/mvme/ |
| D | osiop_pcctwo.c | 66 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()
|
| D | lpt_pcctwo.c | 145 evcnt_attach_dynamic(&sc->sc_evcnt, EVCNT_TYPE_INTR, in lpt_pcctwo_attach() 152 &sc->sc_evcnt); in lpt_pcctwo_attach()
|
| D | memc.c | 479 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()
|
| D | memcvar.h | 39 struct evcnt sc_evcnt; member
|
| D | lptvar.h | 69 struct evcnt sc_evcnt; member
|
| D | pcctwovar.h | 86 struct evcnt sc_evcnt; member
|
| D | mvmebus.h | 103 struct evcnt sc_evcnt[7]; member
|
| D | mvmebus.c | 367 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()
|
| D | clmpcc_pcctwo.c | 131 sc->sc_evcnt = pcctwointr_evcnt(level); in clmpcc_pcctwo_attach()
|
| /netbsd/src/sys/arch/mvme68k/dev/ |
| D | pcc.c | 179 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()
|
| D | pcctwo_68k.c | 226 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()
|
| D | if_le.c | 207 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()
|
| D | lpt_pcc.c | 129 evcnt_attach_dynamic(&sc->sc_evcnt, EVCNT_TYPE_INTR, in lpt_pcc_attach() 136 &sc->sc_evcnt); in lpt_pcc_attach()
|
| D | if_levar.h | 77 struct evcnt sc_evcnt; member
|
| D | pccvar.h | 59 struct evcnt sc_evcnt; member
|
| /netbsd/src/sys/dev/tc/ |
| D | tcdsvar.h | 41 struct evcnt sc_evcnt; /* intr. count */ member
|
| D | tcds.c | 228 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/ |
| D | clmpccvar.h | 102 struct evcnt *sc_evcnt; /* Parent Event Counter (or NULL) */ member
|