Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_hw.h318 u64 ptc1522; member
H A Dif_igc.c2506 sc->stats.ptc1522 += IGC_READ_REG(&sc->hw, IGC_PTC1522); in igc_update_stats_counters()
2855 CTLFLAG_RD, &sc->stats.ptc1522, in igc_add_hw_stats()
/freebsd/sys/dev/e1000/
H A De1000_hw.h622 u64 ptc1522; member
H A Dif_em.c4546 sc->stats.ptc1522 += E1000_READ_REG(&sc->hw, E1000_PTC1522); in em_update_stats_counters()
4936 CTLFLAG_RD, &sc->stats.ptc1522, in em_add_hw_stats()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1579 stats->ptc1522 += IXGBE_READ_REG(hw, IXGBE_PTC1522); in ixgbe_update_stats_counters()
1799 CTLFLAG_RD, &stats->ptc1522, "1024-1522 byte frames transmitted"); in ixgbe_add_hw_stats()
H A Dixgbe_type.h3958 u64 ptc1522; member