Home
last modified time | relevance | path

Searched refs:is_roc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_stat.c89 stats->is_roc.value.ui64 += igc_read32(igc, IGC_ROC); in igc_stats_update()
197 kstat_named_init(&stats->is_roc, "roc", in igc_stats_init()
H A Digc_gld.c148 stats->is_roc.value.ui64 += igc_read32(igc, IGC_ROC); in igc_m_getstat()
149 *valp = stats->is_roc.value.ui64; in igc_m_getstat()
189 stats->is_roc.value.ui64 += igc_read32(igc, IGC_ROC); in igc_m_getstat()
190 *valp = stats->is_roc.value.ui64; in igc_m_getstat()
H A Digc.h392 kstat_named_t is_roc; member