Searched refs:afe_intrstat (Results 1 – 2 of 2) sorted by relevance
167 #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()
145 kstat_t *afe_intrstat; member