Home
last modified time | relevance | path

Searched refs:ocelot_get_sset_count (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/soc/mscc/
Docelot.h759 int ocelot_get_sset_count(struct ocelot *ocelot, int port, int sset);
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.c1274 int ocelot_get_sset_count(struct ocelot *ocelot, int port, int sset) in ocelot_get_sset_count() function
1281 EXPORT_SYMBOL(ocelot_get_sset_count);
Docelot_net.c843 return ocelot_get_sset_count(ocelot, port, sset); in ocelot_port_get_sset_count()
/Linux-v5.15/drivers/net/dsa/ocelot/
Dfelix.c895 return ocelot_get_sset_count(ocelot, port, sset); in felix_get_sset_count()