Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_kstats.c702 hxgep->statsp->pfc_ksp = hxge_setup_local_kstat(hxgep, in hxge_setup_kstats()
705 if (hxgep->statsp->pfc_ksp == NULL) in hxge_setup_kstats()
814 if (hxgep->statsp->pfc_ksp) in hxge_destroy_kstats()
815 kstat_delete(hxgep->statsp->pfc_ksp); in hxge_destroy_kstats()
H A Dhxge.h187 kstat_t *pfc_ksp; member