Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/afe/
H A Dafe.c167 #define KIOIP KSTAT_INTR_PTR(afep->afe_intrstat)
439 afep->afe_intrstat = kstat_create("afe", inst, "intr", "controller", in afe_attach()
441 if (afep->afe_intrstat == NULL) { in afe_attach()
445 kstat_install(afep->afe_intrstat); in afe_attach()
542 if (afep->afe_intrstat) { in afe_attach()
543 kstat_delete(afep->afe_intrstat); in afe_attach()
591 kstat_delete(afep->afe_intrstat); in afe_detach()
H A Dafeimpl.h145 kstat_t *afe_intrstat; member