Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/igc/
Digc_hw.h278 u64 latecol; member
Dif_igc.c2319 adapter->stats.latecol += IGC_READ_REG(&adapter->hw, IGC_LATECOL); in igc_update_stats_counters()
2401 return (adapter->stats.ecol + adapter->stats.latecol + in igc_if_get_counter()
2544 CTLFLAG_RD, &stats->latecol, in igc_add_hw_stats()
/freebsd-12-stable/sys/dev/e1000/
De1000_hw.h582 u64 latecol; member
Dif_em.c4196 sc->stats.latecol += E1000_READ_REG(&sc->hw, E1000_LATECOL); in em_update_stats_counters()
4293 return (sc->stats.ecol + sc->stats.latecol + in em_if_get_counter()
4440 CTLFLAG_RD, &stats->latecol, in em_add_hw_stats()