Searched refs:E1000_RXERRC (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_stat.c | 366 E1000_READ_REG(hw, E1000_RXERRC); in e1000g_m_stat() 492 E1000_READ_REG(hw, E1000_RXERRC); in e1000g_m_stat()
|
H A D | e1000g_debug.c | 314 {"RXERRC", E1000_RXERRC}, {"MPC", E1000_MPC}, in mac_dump()
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_regs.h | 317 #define E1000_RXERRC 0x0400C /* Receive Error Count - R/clr */ macro
|
H A D | e1000_82540.c | 666 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82540()
|
H A D | e1000_82541.c | 1263 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82541()
|
H A D | e1000_82543.c | 1553 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82543()
|
H A D | e1000_80003es2lan.c | 1506 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_80003es2lan()
|
H A D | e1000_82571.c | 2011 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82571()
|
H A D | e1000_82575.c | 2098 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82575()
|
H A D | e1000_ich8lan.c | 6058 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_ich8lan()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 621 #define E1000_RXERRC 0x0400C /* Receive Error Count - R/clr */ macro 756 #define E1000_82542_RXERRC E1000_RXERRC
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_gld.c | 84 igb->stat_rxerrc += E1000_READ_REG(hw, E1000_RXERRC); in igb_m_stat() 202 igb->stat_rxerrc += E1000_READ_REG(hw, E1000_RXERRC); in igb_m_stat()
|