Searched refs:txframecount_gb (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c40 XLGMAC_STAT("tx_packets", txframecount_gb),
H A Ddwc-xlgmac.h150 u64 txframecount_gb; member in struct:xlgmac_stats
H A Ddwc-xlgmac-net.c785 s->tx_packets = pstats->txframecount_gb;
787 s->tx_errors = pstats->txframecount_gb - pstats->txframecount_g;
H A Ddwc-xlgmac-hw.c1880 stats->txframecount_gb +=
2138 stats->txframecount_gb +=
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h699 u64 txframecount_gb; member in struct:xgbe_mmc_stats
H A Dxgbe-ethtool.c144 XGMAC_MMC_STAT("tx_packets", txframecount_gb),
H A Dxgbe-drv.c2111 s->tx_packets = pstats->txframecount_gb;
2113 s->tx_errors = pstats->txframecount_gb - pstats->txframecount_g;
H A Dxgbe-dev.c2961 stats->txframecount_gb +=
3137 stats->txframecount_gb +=

Completed in 158 milliseconds