Searched refs:E1000_ALGNERRC (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_stat.c | 368 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000g_m_stat() 438 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000g_m_stat()
|
H A D | e1000g_debug.c | 313 {"TARC(1)", E1000_TARC(1)}, {"ALGNERRC", E1000_ALGNERRC}, in mac_dump()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_regs.h | 315 #define E1000_ALGNERRC 0x04004 /* Alignment Error Count - R/clr */ macro
|
H A D | e1000_82540.c | 665 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82540()
|
H A D | e1000_82541.c | 1262 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82541()
|
H A D | e1000_82543.c | 1552 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82543()
|
H A D | e1000_80003es2lan.c | 1505 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_80003es2lan()
|
H A D | e1000_82571.c | 2010 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82571()
|
H A D | e1000_82575.c | 2098 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82575()
|
H A D | e1000_ich8lan.c | 6122 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_ich8lan()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 619 #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 D | igb_gld.c | 86 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/common/ |
H A D | pci_e82545.c | 2109 case E1000_ALGNERRC: in e82545_read_register()
|