Searched refs:E1000_PRC511 (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/sys/dev/netif/ig_hal/ |
| HD | e1000_82542.c | 551 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82542()
|
| HD | e1000_regs.h | 347 #define E1000_PRC511 0x04068 /* Packets Rx (255-511 bytes) - R/clr */ macro
|
| HD | e1000_82540.c | 655 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82540()
|
| HD | e1000_82541.c | 1249 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82541()
|
| HD | e1000_82543.c | 1538 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82543()
|
| HD | e1000_80003es2lan.c | 1494 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_80003es2lan()
|
| HD | e1000_82571.c | 1994 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82571()
|
| HD | e1000_82575.c | 2086 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82575()
|
| /dragonfly/sys/dev/netif/em/ |
| HD | if_em.c | 4119 adapter->stats.prc511 += E1000_READ_REG(&adapter->hw, E1000_PRC511); in em_update_stats()
|
| /dragonfly/sys/dev/netif/emx/ |
| HD | if_emx.c | 3663 sc->stats.prc511 += E1000_READ_REG(&sc->hw, E1000_PRC511); in emx_update_stats()
|
| /dragonfly/sys/dev/netif/igb/ |
| HD | if_igb.c | 3207 stats->prc511 += E1000_READ_REG(hw, E1000_PRC511); in igb_update_stats_counters()
|