Home
last modified time | relevance | path

Searched refs:E1000_ALGNERRC (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_regs.h296 #define E1000_ALGNERRC 0x04004 /* Alignment Error Count - R/clr */ macro
H A De1000_82540.c635 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82540()
H A De1000_82541.c1229 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82541()
H A De1000_82543.c1518 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82543()
H A De1000_80003es2lan.c1474 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c1985 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c1992 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82575()
H A De1000_ich8lan.c6012 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_ich8lan()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_ethdev.c965 stats->algnerrc += E1000_READ_REG(hw, E1000_ALGNERRC); in eth_em_stats_get()
H A Digb_ethdev.c1808 stats->algnerrc += E1000_READ_REG(hw, E1000_ALGNERRC); in igb_read_stats_registers()