Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/
H A Dmt7530.c764 mt7530_read_port_stats(struct mt7530_priv *priv, int port, in mt7530_read_port_stats() function
789 mt7530_read_port_stats(priv, port, mib->offset, mib->size, in mt7530_get_ethtool_stats()
813 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_UNICAST, 1, in mt7530_get_eth_mac_stats()
816 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_SINGLE_COLLISION, 1, in mt7530_get_eth_mac_stats()
819 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_MULTIPLE_COLLISION, 1, in mt7530_get_eth_mac_stats()
822 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_RX_UNICAST, 1, in mt7530_get_eth_mac_stats()
825 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_BYTES, 2, in mt7530_get_eth_mac_stats()
828 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_RX_ALIGN_ERR, 1, in mt7530_get_eth_mac_stats()
831 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_DEFERRED, 1, in mt7530_get_eth_mac_stats()
834 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_LATE_COLLISION, 1, in mt7530_get_eth_mac_stats()
[all …]