Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_kstats.c695 hxgep->statsp->tdc_sys_ksp = hxge_setup_local_kstat(hxgep, in hxge_setup_kstats()
698 if (hxgep->statsp->tdc_sys_ksp == NULL) in hxge_setup_kstats()
805 if (hxgep->statsp->tdc_sys_ksp) in hxge_destroy_kstats()
806 kstat_delete(hxgep->statsp->tdc_sys_ksp); in hxge_destroy_kstats()
H A Dhxge.h186 kstat_t *tdc_sys_ksp; member