Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_regs.h328 #define E1000_GOTCH 0x04094 /* Good Octets Tx Count High - R/clr */ macro
H A De1000_mac.c657 E1000_READ_REG(hw, E1000_GOTCH); in e1000_clear_hw_cntrs_base_generic()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_ethdev.c928 stats->gotc += ((uint64_t)E1000_READ_REG(hw, E1000_GOTCH) << 32); in eth_em_stats_get()
H A Digb_ethdev.c1749 stats->gotc += ((uint64_t)E1000_READ_REG(hw, E1000_GOTCH) << 32); in igb_read_stats_registers()