Searched refs:hki_perfcntr64 (Results 1 – 2 of 2) sorted by relevance
128 if (ksi->hki_perfcntr64[i].hki64_ksp == NULL) { in hermon_kstat_init()169 if (ksi->hki_perfcntr64[i].hki64_ksp != NULL) { in hermon_kstat_init()170 kstat_delete(ksi->hki_perfcntr64[i].hki64_ksp); in hermon_kstat_init()210 if (ksi->hki_perfcntr64[i].hki64_ksp != NULL) { in hermon_kstat_fini()211 kstat_delete(ksi->hki_perfcntr64[i].hki64_ksp); in hermon_kstat_fini()609 ksi->hki_perfcntr64[port_num - 1]. in hermon_kstat_perfcntr64_create()636 ksi->hki_perfcntr64[port_num - 1].hki64_ksp = cntr_ksp; in hermon_kstat_perfcntr64_create()637 ksi->hki_perfcntr64[port_num - 1].hki64_port_num = port_num; in hermon_kstat_perfcntr64_create()638 ksi->hki_perfcntr64[port_num - 1].hki64_state = state; in hermon_kstat_perfcntr64_create()640 cntr_ksp->ks_private = &ksi->hki_perfcntr64[port_num - 1]; in hermon_kstat_perfcntr64_create()[all …]
477 hermon_perfcntr64_ks_info_t hki_perfcntr64[HERMON_MAX_PORTS]; member