Home
last modified time | relevance | path

Searched refs:txframecount_g (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c41 XLGMAC_STAT("tx_packets_good", txframecount_g),
H A Ddwc-xlgmac.h163 u64 txframecount_g; member
H A Ddwc-xlgmac-net.c788 s->tx_errors = pstats->txframecount_gb - pstats->txframecount_g; in xlgmac_get_stats64()
H A Ddwc-xlgmac-hw.c1964 stats->txframecount_g += in xlgmac_tx_mmc_int()
2180 stats->txframecount_g += in xlgmac_read_mmc_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h683 u64 txframecount_g; member
H A Dxgbe-dev.c2960 stats->txframecount_g += in xgbe_tx_mmc_int()
3122 stats->txframecount_g += in xgbe_read_mmc_stats()
H A Dxgbe-drv.c2103 s->tx_errors = pstats->txframecount_gb - pstats->txframecount_g; in xgbe_get_stats64()