Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/
H A Dzs_common.c70 #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()
/titanic_41/usr/src/uts/sun/sys/
H A Dzsdev.h233 kstat_t *intrstats; /* interrupt statistics */ member
/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h214 kstat_t *intrstats; /* kstat interrupt counter */ member
/titanic_41/usr/src/uts/common/io/
H A Decpp.c814 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()