Searched refs:E1000_TOTH (Results 1 – 7 of 7) sorted by relevance
166 #define E1000_TOTH 0x040CC /* Total Octets Tx High - R/clr */ macro
233 #define E1000_TOTH 0x040CC /* Total Octets TX High - R/clr */ macro
561 rd32(E1000_TOTH); in igb_clear_hw_cntrs_base()
6675 adapter->stats.tot += rd32(E1000_TOTH); in igb_update_stats()
816 #define E1000_TOTH 0x040CC /* Total Octets TX High - R/clr */ macro946 #define E1000_82542_TOTH E1000_TOTH
962 #define E1000_TOTH 0x040CC /* Total Octets TX High - R/clr */ macro1180 #define E1000_82542_TOTH E1000_TOTH
1999 stats->tot += ((uint64_t)E1000_READ_REG(hw, E1000_TOTH) << 32); in igb_read_stats_registers()