Searched refs:b53_get_ethtool_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 322 void b53_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data);
|
H A D | b53_common.c | 931 void b53_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data) in b53_get_ethtool_stats() function 962 EXPORT_SYMBOL(b53_get_ethtool_stats); variable 2199 .get_ethtool_stats = b53_get_ethtool_stats,
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 339 void b53_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data);
|
H A D | b53_common.c | 987 void b53_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data) in b53_get_ethtool_stats() function 1018 EXPORT_SYMBOL(b53_get_ethtool_stats); variable 2284 .get_ethtool_stats = b53_get_ethtool_stats,
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1084 b53_get_ethtool_stats(ds, port, data); in bcm_sf2_sw_get_ethtool_stats()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1184 b53_get_ethtool_stats(ds, port, data); in bcm_sf2_sw_get_ethtool_stats()
|
Completed in 13 milliseconds