Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c368 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000g_m_stat()
438 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000g_m_stat()
H A De1000g_debug.c313 {"TARC(1)", E1000_TARC(1)}, {"ALGNERRC", E1000_ALGNERRC}, in mac_dump()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_regs.h315 #define E1000_ALGNERRC 0x04004 /* Alignment Error Count - R/clr */ macro
H A De1000_82540.c665 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82540()
H A De1000_82541.c1262 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82541()
H A De1000_82543.c1552 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82543()
H A De1000_80003es2lan.c1505 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c2010 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c2098 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82575()
H A De1000_ich8lan.c6122 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_ich8lan()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h619 #define E1000_ALGNERRC 0x04004 /* Alignment Error Count - R/clr */ macro
754 #define E1000_82542_ALGNERRC E1000_ALGNERRC
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c86 igb->stat_algnerrc += E1000_READ_REG(hw, E1000_ALGNERRC); in igb_m_stat()
148 igb->stat_algnerrc += E1000_READ_REG(hw, E1000_ALGNERRC); in igb_m_stat()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c2110 case E1000_ALGNERRC: in e82545_read_register()