Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c128 if (ksi->hki_perfcntr64[i].hki64_ksp == NULL) { in hermon_kstat_init()
169 if (ksi->hki_perfcntr64[i].hki64_ksp != NULL) { in hermon_kstat_init()
170 kstat_delete(ksi->hki_perfcntr64[i].hki64_ksp); in hermon_kstat_init()
210 if (ksi->hki_perfcntr64[i].hki64_ksp != NULL) { in hermon_kstat_fini()
211 kstat_delete(ksi->hki_perfcntr64[i].hki64_ksp); in hermon_kstat_fini()
609 ksi->hki_perfcntr64[port_num - 1]. in hermon_kstat_perfcntr64_create()
636 ksi->hki_perfcntr64[port_num - 1].hki64_ksp = cntr_ksp; in hermon_kstat_perfcntr64_create()
638 ksi->hki_perfcntr64[port_num - 1].hki64_state = state; in hermon_kstat_perfcntr64_create()
640 cntr_ksp->ks_private = &ksi->hki_perfcntr64[port_num - 1]; in hermon_kstat_perfcntr64_create()
756 if (ksi->hki_perfcntr64[i].hki64_enabled) { in hermon_kstat_perfcntr64_update_thread()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h477 hermon_perfcntr64_ks_info_t hki_perfcntr64[HERMON_MAX_PORTS]; member