b53_get_sset_count
EXPORT_SYMBOL(b53_get_sset_count);
.get_sset_count = b53_get_sset_count,
int b53_get_sset_count(struct dsa_switch *ds, int port, int sset);
int cnt = b53_get_sset_count(ds, port, stringset);
int cnt = b53_get_sset_count(ds, port, ETH_SS_STATS);
int cnt = b53_get_sset_count(ds, port, sset);