Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_hw.h317 u64 ptc1023; member
H A Dif_igc.c2505 sc->stats.ptc1023 += IGC_READ_REG(&sc->hw, IGC_PTC1023); in igc_update_stats_counters()
2852 CTLFLAG_RD, &sc->stats.ptc1023, in igc_add_hw_stats()
/freebsd/sys/dev/e1000/
H A De1000_hw.h621 u64 ptc1023; member
H A Dif_em.c4545 sc->stats.ptc1023 += E1000_READ_REG(&sc->hw, E1000_PTC1023); in em_update_stats_counters()
4933 CTLFLAG_RD, &sc->stats.ptc1023, in em_add_hw_stats()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1578 stats->ptc1023 += IXGBE_READ_REG(hw, IXGBE_PTC1023); in ixgbe_update_stats_counters()
1797 CTLFLAG_RD, &stats->ptc1023, "512-1023 byte frames transmitted"); in ixgbe_add_hw_stats()
H A Dixgbe_type.h3957 u64 ptc1023; member