Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c144 if (ksi->tki_perfcntr64[i].tki64_ksp == NULL) { in tavor_kstat_init()
185 if (ksi->tki_perfcntr64[i].tki64_ksp != NULL) { in tavor_kstat_init()
186 kstat_delete(ksi->tki_perfcntr64[i].tki64_ksp); in tavor_kstat_init()
225 if (ksi->tki_perfcntr64[i].tki64_ksp != NULL) { in tavor_kstat_fini()
226 kstat_delete(ksi->tki_perfcntr64[i].tki64_ksp); in tavor_kstat_fini()
528 ksi->tki_perfcntr64[port_num - 1].tki64_ksp = cntr_ksp; in tavor_kstat_perfcntr64_create()
529 ksi->tki_perfcntr64[port_num - 1].tki64_port_num = port_num; in tavor_kstat_perfcntr64_create()
530 ksi->tki_perfcntr64[port_num - 1].tki64_state = state; in tavor_kstat_perfcntr64_create()
532 cntr_ksp->ks_private = &ksi->tki_perfcntr64[port_num - 1]; in tavor_kstat_perfcntr64_create()
647 if (ksi->tki_perfcntr64[i].tki64_enabled) { in tavor_kstat_perfcntr64_update_thread()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h415 tavor_perfcntr64_ks_info_t tki_perfcntr64[TAVOR_NUM_PORTS]; member