Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c1260 nxgep->statsp->txc_ksp = nxge_setup_local_kstat(nxgep, in nxge_setup_kstats()
1264 if (nxgep->statsp->txc_ksp == NULL) in nxge_setup_kstats()
1684 if (nxgep->statsp->txc_ksp) in nxge_destroy_kstats()
1685 kstat_delete(nxgep->statsp->txc_ksp); in nxge_destroy_kstats()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h453 kstat_t *txc_ksp; member