Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/igc/
HDigc_hw.h314 u64 ptc127; member
HDif_igc.c2569 sc->stats.ptc127 += IGC_READ_REG(&sc->hw, IGC_PTC127); in igc_update_stats_counters()
2909 CTLFLAG_RD, &sc->stats.ptc127, in igc_add_hw_stats()
/freebsd-13-stable/sys/dev/e1000/
HDe1000_hw.h618 u64 ptc127; member
HDif_em.c4767 sc->stats.ptc127 += E1000_READ_REG(&sc->hw, E1000_PTC127); in em_update_stats_counters()
5149 CTLFLAG_RD, &sc->stats.ptc127, in em_add_hw_stats()
/freebsd-13-stable/sys/dev/ixgbe/
HDif_ix.c1633 stats->ptc127 += IXGBE_READ_REG(hw, IXGBE_PTC127); in ixgbe_update_stats_counters()
1854 CTLFLAG_RD, &stats->ptc127, "65-127 byte frames transmitted"); in ixgbe_add_hw_stats()
HDixgbe_type.h3956 u64 ptc127; member