Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c1708 static inline u64 sxgbe_get_stat64(void __iomem *ioaddr, int reg_lo, int reg_hi) in sxgbe_get_stat64() function
1741 stats->rx_bytes = sxgbe_get_stat64(ioaddr, in sxgbe_get_stats64()
1745 stats->rx_packets = sxgbe_get_stat64(ioaddr, in sxgbe_get_stats64()
1749 stats->multicast = sxgbe_get_stat64(ioaddr, in sxgbe_get_stats64()
1753 stats->rx_crc_errors = sxgbe_get_stat64(ioaddr, in sxgbe_get_stats64()
1757 stats->rx_length_errors = sxgbe_get_stat64(ioaddr, in sxgbe_get_stats64()
1761 stats->rx_missed_errors = sxgbe_get_stat64(ioaddr, in sxgbe_get_stats64()
1765 stats->tx_bytes = sxgbe_get_stat64(ioaddr, in sxgbe_get_stats64()
1769 count = sxgbe_get_stat64(ioaddr, SXGBE_MMC_TXFRAMELO_GBCNT_REG, in sxgbe_get_stats64()
1772 stats->tx_errors = sxgbe_get_stat64(ioaddr, SXGBE_MMC_TXFRAMELO_GCNT_REG, in sxgbe_get_stats64()
[all …]