Home
last modified time | relevance | path

Searched refs:ecol (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_hw.h559 u64 ecol; member
/dragonfly/sys/dev/netif/em/
H A Dif_em.c4104 adapter->stats.ecol += E1000_READ_REG(&adapter->hw, E1000_ECOL); in em_update_stats()
4179 adapter->stats.ecol + adapter->stats.latecol + in em_update_stats()
4236 (long long)adapter->stats.ecol); in em_print_hw_stats()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c3648 sc->stats.ecol += E1000_READ_REG(&sc->hw, E1000_ECOL); in emx_update_stats()
3712 IFNET_STAT_SET(ifp, oerrors, sc->stats.ecol + sc->stats.latecol); in emx_update_stats()
3765 (long long)sc->stats.ecol); in emx_print_hw_stats()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c3186 stats->ecol += E1000_READ_REG(hw, E1000_ECOL); in igb_update_stats_counters()
3294 stats->ecol + stats->latecol + sc->watchdog_events); in igb_update_stats_counters()