Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_stat.c42 uint32_t val_low, val_high; in igb_update_stats() local
117 val_high = E1000_READ_REG(hw, E1000_GORCH); in igb_update_stats()
118 igb_ks->gor.value.ui64 += (uint64_t)val_high << 32 | (uint64_t)val_low; in igb_update_stats()
121 val_high = E1000_READ_REG(hw, E1000_GOTCH); in igb_update_stats()
122 igb_ks->got.value.ui64 += (uint64_t)val_high << 32 | (uint64_t)val_low; in igb_update_stats()