Searched refs:intrstats (Results 1 – 4 of 4) sorted by relevance
70 #define KIOIP KSTAT_INTR_PTR(zs->intrstats)699 zs->intrstats = kstat_create("zs", current_chip, name, "controller", in zsattach()701 if (zs->intrstats) { in zsattach()702 kstat_install(zs->intrstats); in zsattach()832 if (zs->intrstats) { in zs_high_intr()839 if (zs->intrstats) { in zs_high_intr()875 if (zs->intrstats) { in zsintr()
233 kstat_t *intrstats; /* interrupt statistics */ member
214 kstat_t *intrstats; /* kstat interrupt counter */ member
814 if (pp->intrstats) { in ecpp_detach()815 kstat_delete(pp->intrstats); in ecpp_detach()6256 pp->intrstats = kstat_create("ecpp", pp->instance, buf, "controller", in ecpp_kstat_init()6258 if (pp->intrstats == NULL) { in ecpp_kstat_init()6261 pp->intrstats->ks_update = ecpp_kstatintr_update; in ecpp_kstat_init()6262 pp->intrstats->ks_private = (void *) pp; in ecpp_kstat_init()6263 kstat_install(pp->intrstats); in ecpp_kstat_init()