Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_stat.c87 stats->is_ruc.value.ui64 += igc_read32(igc, IGC_RUC); in igc_stats_update()
193 kstat_named_init(&stats->is_ruc, "ruc", in igc_stats_init()
H A Digc_gld.c144 stats->is_ruc.value.ui64 += igc_read32(igc, IGC_RUC); in igc_m_getstat()
145 *valp = stats->is_ruc.value.ui64; in igc_m_getstat()
296 stats->is_ruc.value.ui64 += igc_read32(igc, IGC_RUC); in igc_m_getstat()
297 *valp = stats->is_ruc.value.ui64; in igc_m_getstat()
H A Digc.h390 kstat_named_t is_ruc; member