Home
last modified time | relevance | path

Searched refs:ptc64 (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/igc/
Digc_hw.h315 u64 ptc64; member
Dif_igc.c2367 adapter->stats.ptc64 += IGC_READ_REG(&adapter->hw, IGC_PTC64); in igc_update_stats_counters()
2650 CTLFLAG_RD, &adapter->stats.ptc64, in igc_add_hw_stats()
/freebsd-12-stable/sys/dev/e1000/
De1000_hw.h618 u64 ptc64; member
Dif_em.c4241 sc->stats.ptc64 += E1000_READ_REG(&sc->hw, E1000_PTC64); in em_update_stats_counters()
4550 CTLFLAG_RD, &sc->stats.ptc64, in em_add_hw_stats()
/freebsd-12-stable/sys/dev/ixgbe/
Dif_ix.c1523 stats->ptc64 += IXGBE_READ_REG(hw, IXGBE_PTC64); in ixgbe_update_stats_counters()
1526 stats->ptc64 -= total; in ixgbe_update_stats_counters()
1756 CTLFLAG_RD, &stats->ptc64, "64 byte frames transmitted "); in ixgbe_add_hw_stats()
Dixgbe_type.h3894 u64 ptc64; member