Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c137 igb->stat_tot += (uint64_t)high_val << 32 | (uint64_t)low_val; in igb_m_stat()
138 *val = igb->stat_tot; in igb_m_stat()
H A Digb_sw.h707 uint64_t stat_tot; /* obytes */ member