Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_stats.c442 int ocelot_get_sset_count(struct ocelot *ocelot, int port, int sset) in ocelot_get_sset_count() function
459 EXPORT_SYMBOL(ocelot_get_sset_count);
H A Docelot_net.c979 return ocelot_get_sset_count(ocelot, port, sset); in ocelot_port_get_sset_count()
/openbmc/linux/include/soc/mscc/
H A Docelot.h1010 int ocelot_get_sset_count(struct ocelot *ocelot, int port, int sset);
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1221 return ocelot_get_sset_count(ocelot, port, sset); in felix_get_sset_count()