Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/e1000/
De1000_regs.h315 #define E1000_ALGNERRC 0x04004 /* Alignment Error Count - R/clr */ macro
De1000_82540.c665 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82540()
De1000_82541.c1262 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82541()
De1000_82543.c1552 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82543()
De1000_80003es2lan.c1505 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_80003es2lan()
De1000_82571.c2010 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82571()
De1000_82575.c2097 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82575()
Dif_lem.c4494 E1000_READ_REG(&adapter->hw, E1000_ALGNERRC); in lem_update_stats_counters()
De1000_ich8lan.c6075 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_ich8lan()
Dif_igb.c5520 stats->algnerrc += E1000_READ_REG(hw, E1000_ALGNERRC);
Dif_em.c5693 E1000_READ_REG(&adapter->hw, E1000_ALGNERRC); in em_update_stats_counters()
/freebsd-10-stable/usr.sbin/bhyve/
Dpci_e82545.c1970 case E1000_ALGNERRC: in e82545_read_register()