Home
last modified time | relevance | path

Searched refs:ih_ksp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_intr.c588 ih_p->ih_ksp = kstat_create("pci_intrs", in pci_add_intr()
593 if (ih_p->ih_ksp != NULL) { in pci_add_intr()
594 ih_p->ih_ksp->ks_data_size += MAXPATHLEN * 2; in pci_add_intr()
595 ih_p->ih_ksp->ks_lock = &pciintr_ks_template_lock; in pci_add_intr()
596 ih_p->ih_ksp->ks_data = &pciintr_ks_template; in pci_add_intr()
597 ih_p->ih_ksp->ks_private = ih_p; in pci_add_intr()
598 ih_p->ih_ksp->ks_update = pci_ks_update; in pci_add_intr()
599 kstat_install(ih_p->ih_ksp); in pci_add_intr()
H A Dpci_ib.c774 if (ih_p->ih_ksp != NULL) in ib_ino_rem_intr()
775 kstat_delete(ih_p->ih_ksp); in ib_ino_rem_intr()
818 ih_p->ih_ksp = NULL; in ib_alloc_ih()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.c912 ASSERT(ih_p->ih_ksp == NULL); in px_create_intr_kstats()
919 ih_p->ih_ksp = kstat_create("pci_intrs", in px_create_intr_kstats()
925 if (ih_p->ih_ksp != NULL) { in px_create_intr_kstats()
926 ih_p->ih_ksp->ks_data_size += MAXPATHLEN * 2; in px_create_intr_kstats()
928 ih_p->ih_ksp->ks_data = &pxintr_ks_template; in px_create_intr_kstats()
929 ih_p->ih_ksp->ks_private = ih_p; in px_create_intr_kstats()
930 ih_p->ih_ksp->ks_update = px_ks_update; in px_create_intr_kstats()
1066 if (ih_p->ih_ksp) in px_add_intx_intr()
1067 kstat_install(ih_p->ih_ksp); in px_add_intx_intr()
1269 if (ih_p->ih_ksp) in px_add_msiq_intr()
[all …]
H A Dpx_ib.h74 kstat_t *ih_ksp; /* pointer to kstat information */ member
H A Dpx_ib.c748 if (ih_p->ih_ksp != NULL) in px_ib_ino_rem_intr()
749 kstat_delete(ih_p->ih_ksp); in px_ib_ino_rem_intr()
801 ih_p->ih_ksp = NULL; in px_ib_alloc_ih()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h117 kstat_t *ih_ksp; /* pointer to kstat information */ member