Searched refs:b53_get_sset_count (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1072 int cnt = b53_get_sset_count(ds, port, stringset); in bcm_sf2_sw_get_strings() 1082 int cnt = b53_get_sset_count(ds, port, ETH_SS_STATS); in bcm_sf2_sw_get_ethtool_stats() 1091 int cnt = b53_get_sset_count(ds, port, sset); in bcm_sf2_sw_get_sset_count()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1172 int cnt = b53_get_sset_count(ds, port, stringset); in bcm_sf2_sw_get_strings() 1182 int cnt = b53_get_sset_count(ds, port, ETH_SS_STATS); in bcm_sf2_sw_get_ethtool_stats() 1191 int cnt = b53_get_sset_count(ds, port, sset); in bcm_sf2_sw_get_sset_count()
|
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 323 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset);
|
H A D | b53_common.c | 976 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset) in b53_get_sset_count() function 993 EXPORT_SYMBOL(b53_get_sset_count); variable 2200 .get_sset_count = b53_get_sset_count,
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 340 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset);
|
H A D | b53_common.c | 1032 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset) in b53_get_sset_count() function 1049 EXPORT_SYMBOL(b53_get_sset_count); variable 2285 .get_sset_count = b53_get_sset_count,
|
Completed in 13 milliseconds