Searched refs:is_roc (Results 1 – 3 of 3) sorted by relevance
89 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()
148 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()
392 kstat_named_t is_roc; member