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) {
169 if (ksi->hki_perfcntr64[i].hki64_ksp != NULL) {
170 kstat_delete(ksi->hki_perfcntr64[i].hki64_ksp);
210 if (ksi->hki_perfcntr64[i].hki64_ksp != NULL) {
211 kstat_delete(ksi->hki_perfcntr64[i].hki64_ksp);
609 ksi->hki_perfcntr64[port_num - 1].
636 ksi->hki_perfcntr64[port_num - 1].hki64_ksp = cntr_ksp;
637 ksi->hki_perfcntr64[port_num - 1].hki64_port_num = port_num;
638 ksi->hki_perfcntr64[port_num - 1].hki64_state = state;
640 cntr_ksp->ks_private = &ksi->hki_perfcntr64[port_nu
[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 in struct:hermon_ks_info_s

Completed in 60 milliseconds