Home
last modified time | relevance | path

Searched refs:hermon_ks_info_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c102 hermon_ks_info_t *ksi; in hermon_kstat_init()
107 ksi = (hermon_ks_info_t *)kmem_zalloc(sizeof (hermon_ks_info_t), in hermon_kstat_init()
175 kmem_free(ksi, sizeof (hermon_ks_info_t)); in hermon_kstat_init()
188 hermon_ks_info_t *ksi; in hermon_kstat_fini()
222 kmem_free(ksi, sizeof (hermon_ks_info_t)); in hermon_kstat_fini()
341 hermon_ks_info_t *ksi; in hermon_kstat_cntr_update()
596 hermon_ks_info_t *ksi = state->hs_ks_info; in hermon_kstat_perfcntr64_create()
664 hermon_ks_info_t *ksi = state->hs_ks_info; in hermon_kstat_perfcntr64_read()
745 hermon_ks_info_t *ksi = state->hs_ks_info; in hermon_kstat_perfcntr64_update_thread()
778 hermon_ks_info_t *ksi = state->hs_ks_info; in hermon_kstat_perfcntr64_thread_create()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h478 } hermon_ks_info_t; typedef
H A Dhermon.h659 hermon_ks_info_t *hs_ks_info;