Searched refs:tki_perfcntr64 (Results 1 – 2 of 2) sorted by relevance
144 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()557 tavor_perfcntr64_ks_info_t *ksi64 = &ksi->tki_perfcntr64[port - 1]; in tavor_kstat_perfcntr64_read()[all …]
415 tavor_perfcntr64_ks_info_t tki_perfcntr64[TAVOR_NUM_PORTS]; member