Home
last modified time | relevance | path

Searched refs:E1000_GORCH (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_regs.h355 #define E1000_GORCH 0x0408C /* Good Octets Rx Count High - R/clr */ macro
H A De1000_mac.c689 E1000_READ_REG(hw, E1000_GORCH); in e1000_clear_hw_cntrs_base_generic()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c4130 adapter->stats.gorc += E1000_READ_REG(&adapter->hw, E1000_GORCH); in em_update_stats()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c3674 sc->stats.gorc += E1000_READ_REG(&sc->hw, E1000_GORCH); in emx_update_stats()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c3219 ((uint64_t)E1000_READ_REG(hw, E1000_GORCH) << 32); in igb_update_stats_counters()