Searched refs:E1000_GOTCH (Results 1 – 4 of 4) sorted by relevance
328 #define E1000_GOTCH 0x04094 /* Good Octets Tx Count High - R/clr */ macro
657 E1000_READ_REG(hw, E1000_GOTCH); in e1000_clear_hw_cntrs_base_generic()
928 stats->gotc += ((uint64_t)E1000_READ_REG(hw, E1000_GOTCH) << 32); in eth_em_stats_get()
1749 stats->gotc += ((uint64_t)E1000_READ_REG(hw, E1000_GOTCH) << 32); in igb_read_stats_registers()