Searched refs:E1000_PRC1023 (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/sys/dev/e1000/ |
| HD | e1000_82542.c | 552 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82542()
|
| HD | e1000_regs.h | 333 #define E1000_PRC1023 0x0406C /* Packets Rx (512-1023 bytes) - R/clr */ macro
|
| HD | e1000_82540.c | 656 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82540()
|
| HD | e1000_82543.c | 1543 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82543()
|
| HD | e1000_82541.c | 1252 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82541()
|
| HD | e1000_80003es2lan.c | 1483 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_80003es2lan()
|
| HD | e1000_82571.c | 2001 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82571()
|
| HD | e1000_82575.c | 2076 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82575()
|
| HD | if_lem.c | 4426 adapter->stats.prc1023 += E1000_READ_REG(&adapter->hw, E1000_PRC1023); in lem_update_stats_counters()
|
| HD | if_igb.c | 5634 stats->prc1023 += E1000_READ_REG(hw, E1000_PRC1023); in igb_update_stats_counters()
|
| HD | if_em.c | 5375 adapter->stats.prc1023 += E1000_READ_REG(&adapter->hw, E1000_PRC1023); in em_update_stats_counters()
|