Searched refs:E1000_HGORCH (Results 1 – 3 of 3) sorted by relevance
452 #define E1000_HGORCH 0x0412C /* Host Good Octets Received Count High */ macro
2021 E1000_READ_REG(hw, E1000_HGORCH); in e1000_clear_hw_cntrs_82575()
1799 stats->hgorc += ((uint64_t)E1000_READ_REG(hw, E1000_HGORCH) << 32); in igb_read_stats_registers()