Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_stat.c105 stats->is_bptc.value.ui64 += igc_read32(igc, IGC_BPTC); in igc_stats_update()
229 kstat_named_init(&stats->is_bptc, "bptc", in igc_stats_init()
H A Digc.h408 kstat_named_t is_bptc; member
H A Digc_gld.c101 stats->is_bptc.value.ui64 += igc_read32(igc, IGC_BPTC); in igc_m_getstat()
102 *valp = stats->is_bptc.value.ui64; in igc_m_getstat()