Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_hw.h276 u64 latecol; member
H A Dif_igc.c2303 adapter->stats.latecol += IGC_READ_REG(&adapter->hw, IGC_LATECOL); in igc_update_stats_counters()
2385 return (adapter->stats.ecol + adapter->stats.latecol + in igc_if_get_counter()
2527 CTLFLAG_RD, &stats->latecol, in igc_add_hw_stats()
/freebsd/sys/dev/e1000/
H A De1000_hw.h581 u64 latecol; member
H A Dif_em.c4267 sc->stats.latecol += E1000_READ_REG(&sc->hw, E1000_LATECOL); in em_update_stats_counters()
4364 return (sc->stats.ecol + sc->stats.latecol + in em_if_get_counter()
4506 CTLFLAG_RD, &stats->latecol, in em_add_hw_stats()