Searched refs:b53_get_sset_count (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/dsa/ |
| D | bcm_sf2.c | 912 int cnt = b53_get_sset_count(ds, port, stringset); in bcm_sf2_sw_get_strings() 922 int cnt = b53_get_sset_count(ds, port, ETH_SS_STATS); in bcm_sf2_sw_get_ethtool_stats() 931 int cnt = b53_get_sset_count(ds, port, sset); in bcm_sf2_sw_get_sset_count()
|
| /Linux-v5.4/drivers/net/dsa/b53/ |
| D | b53_priv.h | 316 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset);
|
| D | b53_common.c | 933 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset) in b53_get_sset_count() function 950 EXPORT_SYMBOL(b53_get_sset_count); 1968 .get_sset_count = b53_get_sset_count,
|