Home
last modified time | relevance | path

Searched refs:IGC_TORH (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_regs.h337 #define IGC_TORH 0x040C4 /* Total Octets Rx High - R/clr */ macro
H A Digc_mac.c662 IGC_READ_REG(hw, IGC_TORH); in igc_clear_hw_cntrs_base_generic()
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c1744 stats->tor += ((uint64_t)IGC_READ_REG(hw, IGC_TORH) << 32); in igc_read_stats_registers()