Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_flow.c165 fep->fe_ksp = ksp; in flow_stat_create()
175 if (fep->fe_ksp != NULL) { in flow_stat_destroy()
176 kstat_delete(fep->fe_ksp); in flow_stat_destroy()
177 fep->fe_ksp = NULL; in flow_stat_destroy()
1175 if (fep->fe_ksp != NULL) { in mac_rename_flow()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_flow_impl.h321 kstat_t *fe_ksp; member