Home
last modified time | relevance | path

Searched refs:E1000_PTC1522 (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_82542.c559 E1000_READ_REG(hw, E1000_PTC1522); in e1000_clear_hw_cntrs_82542()
H A De1000_regs.h377 #define E1000_PTC1522 0x040EC /* Packets Tx (1024-1522 Bytes) - R/clr */ macro
H A De1000_82540.c663 E1000_READ_REG(hw, E1000_PTC1522); in e1000_clear_hw_cntrs_82540()
H A De1000_82541.c1257 E1000_READ_REG(hw, E1000_PTC1522); in e1000_clear_hw_cntrs_82541()
H A De1000_82543.c1546 E1000_READ_REG(hw, E1000_PTC1522); in e1000_clear_hw_cntrs_82543()
H A De1000_80003es2lan.c1502 E1000_READ_REG(hw, E1000_PTC1522); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c2002 E1000_READ_REG(hw, E1000_PTC1522); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c2094 E1000_READ_REG(hw, E1000_PTC1522); in e1000_clear_hw_cntrs_82575()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c4149 adapter->stats.ptc1522 += E1000_READ_REG(&adapter->hw, E1000_PTC1522); in em_update_stats()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c3693 sc->stats.ptc1522 += E1000_READ_REG(&sc->hw, E1000_PTC1522); in emx_update_stats()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c3245 stats->ptc1522 += E1000_READ_REG(hw, E1000_PTC1522); in igb_update_stats_counters()