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.c772 mt7530_read_port_stats(struct mt7530_priv *priv, int port, in mt7530_read_port_stats() function
797 mt7530_read_port_stats(priv, port, mib->offset, mib->size, in mt7530_get_ethtool_stats()
821 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_UNICAST, 1, in mt7530_get_eth_mac_stats()
824 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_SINGLE_COLLISION, 1, in mt7530_get_eth_mac_stats()
827 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_MULTIPLE_COLLISION, 1, in mt7530_get_eth_mac_stats()
830 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_RX_UNICAST, 1, in mt7530_get_eth_mac_stats()
833 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_BYTES, 2, in mt7530_get_eth_mac_stats()
836 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_RX_ALIGN_ERR, 1, in mt7530_get_eth_mac_stats()
839 mt7530_read_port_stats(priv, port, MT7530_PORT_MIB_TX_DEFERRED, 1, in mt7530_get_eth_mac_stats()
842 mt7530_read_port_stats(pri in mt7530_get_eth_mac_stats()
[all...]