Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dbcm_sf2.c1064 int cnt = b53_get_sset_count(ds, port, stringset); in bcm_sf2_sw_get_strings()
1074 int cnt = b53_get_sset_count(ds, port, ETH_SS_STATS); in bcm_sf2_sw_get_ethtool_stats()
1083 int cnt = b53_get_sset_count(ds, port, sset); in bcm_sf2_sw_get_sset_count()
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_priv.h323 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset);
H A Db53_common.c976 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);
2200 .get_sset_count = b53_get_sset_count,