Home
last modified time | relevance | path

Searched full:gptc (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/sys/dev/e1000/
H A De1000_vf.h187 u64 gptc; member
H A De1000_hw.h602 u64 gptc; member
677 u64 gptc; member
H A Dif_em.c4739 sc->stats.gptc += E1000_READ_REG(&sc->hw, E1000_GPTC); in em_sbuf_fw_version()
5135 CTLFLAG_RD, &sc->stats.gptc,
/freebsd-src/sys/dev/igc/
H A Digc_hw.h298 u64 gptc; member
H A Dif_igc.c2542 sc->stats.gptc += IGC_READ_REG(&sc->hw, IGC_GPTC); in igc_add_hw_stats()
2896 CTLFLAG_RD, &sc->stats.gptc, in igc_print_debug_info()
/freebsd-src/sys/dev/ixgbe/
H A Dif_ix.c1613 stats->gptc += IXGBE_READ_REG(hw, IXGBE_GPTC); in ixgbe_add_hw_stats()
1616 stats->gptc -= total; in ixgbe_add_hw_stats()
1650 IXGBE_SET_OPACKETS(sc, stats->gptc); in ixgbe_add_hw_stats()
1841 CTLFLAG_RD, &stats->gptc, "Good Packets Transmitted"); in ixgbe_sysctl_rdh_handler()
H A Dixgbe_type.h3939 u64 gptc;
3881 u64 gptc; global() member