Home
last modified time | relevance | path

Searched refs:IGC_HGORCH (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_regs.h451 #define IGC_HGORCH 0x0412C /* Host Good Octets Received Count High */ macro
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c1767 stats->hgorc += ((uint64_t)IGC_READ_REG(hw, IGC_HGORCH) << 32); in igc_read_stats_registers()