Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c1278 nxgep->statsp->fflp_ksp[0] = nxge_setup_local_kstat(nxgep, in nxge_setup_kstats()
1283 if (nxgep->statsp->fflp_ksp == NULL) in nxge_setup_kstats()
1680 if (nxgep->statsp->fflp_ksp[0]) in nxge_destroy_kstats()
1681 kstat_delete(nxgep->statsp->fflp_ksp[0]); in nxge_destroy_kstats()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h451 kstat_t *fflp_ksp[1]; member