Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c150 if (ksi->tki_perfcntr64[i].tki64_ksp == NULL) { in tavor_kstat_init()
193 if (ksi->tki_perfcntr64[i].tki64_ksp != NULL) { in tavor_kstat_init()
194 kstat_delete(ksi->tki_perfcntr64[i].tki64_ksp); in tavor_kstat_init()
236 if (ksi->tki_perfcntr64[i].tki64_ksp != NULL) { in tavor_kstat_fini()
237 kstat_delete(ksi->tki_perfcntr64[i].tki64_ksp); in tavor_kstat_fini()
557 ksi->tki_perfcntr64[port_num - 1].tki64_ksp = cntr_ksp; in tavor_kstat_perfcntr64_create()
558 ksi->tki_perfcntr64[port_num - 1].tki64_port_num = port_num; in tavor_kstat_perfcntr64_create()
559 ksi->tki_perfcntr64[port_num - 1].tki64_state = state; in tavor_kstat_perfcntr64_create()
561 cntr_ksp->ks_private = &ksi->tki_perfcntr64[port_num - 1]; in tavor_kstat_perfcntr64_create()
586 tavor_perfcntr64_ks_info_t *ksi64 = &ksi->tki_perfcntr64[port - 1]; in tavor_kstat_perfcntr64_read()
[all …]
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h415 tavor_perfcntr64_ks_info_t tki_perfcntr64[TAVOR_NUM_PORTS]; member