Searched full:gptc (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/sys/dev/e1000/ |
H A D | e1000_vf.h | 187 u64 gptc; member
|
H A D | e1000_hw.h | 602 u64 gptc; member 677 u64 gptc; member
|
H A D | if_em.c | 4739 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 D | igc_hw.h | 298 u64 gptc; member
|
H A D | if_igc.c | 2542 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 D | if_ix.c | 1613 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 D | ixgbe_type.h | 3939 u64 gptc; 3881 u64 gptc; global() member
|