Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot.c838 int ocelot_get_sset_count(struct ocelot *ocelot, int port, int sset) in ocelot_get_sset_count() function
845 EXPORT_SYMBOL(ocelot_get_sset_count);
Docelot_net.c717 return ocelot_get_sset_count(ocelot, port, sset); in ocelot_port_get_sset_count()
/Linux-v5.10/include/soc/mscc/
Docelot.h730 int ocelot_get_sset_count(struct ocelot *ocelot, int port, int sset);
/Linux-v5.10/drivers/net/dsa/ocelot/
Dfelix.c342 return ocelot_get_sset_count(ocelot, port, sset); in felix_get_sset_count()