Home
last modified time | relevance | path

Searched refs:txframecount_gb (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c259 return (pstats->txframecount_gb); in axgbe_get_counter()
261 return (pstats->txframecount_gb - pstats->txframecount_g); in axgbe_get_counter()
H A Dxgbe.h694 uint64_t txframecount_gb; member
H A Dif_axgbe_pci.c1263 MMC_TXFRAMECOUNT_GB_LO, stats->txframecount_gb); in xgbe_dump_rmon_counters()
2431 return (pstats->txframecount_gb); in axgbe_if_get_counter()
2433 return (pstats->txframecount_gb - pstats->txframecount_g); in axgbe_if_get_counter()
H A Dxgbe-dev.c2153 stats->txframecount_gb += in xgbe_tx_mmc_int()
2331 stats->txframecount_gb += in xgbe_read_mmc_stats()
H A Dxgbe-sysctl.c188 XGMAC_MMC_STAT("tx_packets", txframecount_gb),