Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_regs.h326 #define E1000_GORCH 0x0408C /* Good Octets Rx Count High - R/clr */ macro
H A De1000_mac.c655 E1000_READ_REG(hw, E1000_GORCH); in e1000_clear_hw_cntrs_base_generic()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_ethdev.c926 stats->gorc += ((uint64_t)E1000_READ_REG(hw, E1000_GORCH) << 32); in eth_em_stats_get()
H A Digb_ethdev.c1746 stats->gorc += ((uint64_t)E1000_READ_REG(hw, E1000_GORCH) << 32); in igb_read_stats_registers()