Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_82542.c553 E1000_READ_REG(hw, E1000_PRC1522); in e1000_clear_hw_cntrs_82542()
H A De1000_regs.h349 #define E1000_PRC1522 0x04070 /* Packets Rx (1024-1522 bytes) - R/clr */ macro
H A De1000_82540.c657 E1000_READ_REG(hw, E1000_PRC1522); in e1000_clear_hw_cntrs_82540()
H A De1000_82541.c1251 E1000_READ_REG(hw, E1000_PRC1522); in e1000_clear_hw_cntrs_82541()
H A De1000_82543.c1540 E1000_READ_REG(hw, E1000_PRC1522); in e1000_clear_hw_cntrs_82543()
H A De1000_80003es2lan.c1496 E1000_READ_REG(hw, E1000_PRC1522); in e1000_clear_hw_cntrs_80003es2lan()
H A De1000_82571.c1996 E1000_READ_REG(hw, E1000_PRC1522); in e1000_clear_hw_cntrs_82571()
H A De1000_82575.c2088 E1000_READ_REG(hw, E1000_PRC1522); in e1000_clear_hw_cntrs_82575()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c4121 adapter->stats.prc1522 += E1000_READ_REG(&adapter->hw, E1000_PRC1522); in em_update_stats()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c3665 sc->stats.prc1522 += E1000_READ_REG(&sc->hw, E1000_PRC1522); in emx_update_stats()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c3209 stats->prc1522 += E1000_READ_REG(hw, E1000_PRC1522); in igb_update_stats_counters()