Searched refs:E1000_RXERRC (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/sys/dev/e1000/ |
| D | e1000_regs.h | 317 #define E1000_RXERRC 0x0400C /* Receive Error Count - R/clr */ macro
|
| D | e1000_82540.c | 666 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82540()
|
| D | e1000_82541.c | 1263 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82541()
|
| D | e1000_82543.c | 1553 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82543()
|
| D | e1000_80003es2lan.c | 1506 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_80003es2lan()
|
| D | e1000_82571.c | 2011 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82571()
|
| D | e1000_82575.c | 2098 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82575()
|
| D | if_lem.c | 4496 E1000_READ_REG(&adapter->hw, E1000_RXERRC); in lem_update_stats_counters()
|
| D | e1000_ich8lan.c | 6076 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_ich8lan()
|
| D | if_igb.c | 5521 stats->rxerrc += E1000_READ_REG(hw, E1000_RXERRC);
|
| D | if_em.c | 5695 E1000_READ_REG(&adapter->hw, E1000_RXERRC); in em_update_stats_counters()
|
| /freebsd-10-stable/usr.sbin/bhyve/ |
| D | pci_e82545.c | 1972 case E1000_RXERRC: in e82545_read_register()
|