Searched refs:E1000_GORCH (Results 1 – 4 of 4) sorted by relevance
326 #define E1000_GORCH 0x0408C /* Good Octets Rx Count High - R/clr */ macro
655 E1000_READ_REG(hw, E1000_GORCH); in e1000_clear_hw_cntrs_base_generic()
926 stats->gorc += ((uint64_t)E1000_READ_REG(hw, E1000_GORCH) << 32); in eth_em_stats_get()
1746 stats->gorc += ((uint64_t)E1000_READ_REG(hw, E1000_GORCH) << 32); in igb_read_stats_registers()