Home
last modified time | relevance | path

Searched refs:ocelot_get_max_mtu (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/soc/mscc/
Docelot.h1064 int ocelot_get_max_mtu(struct ocelot *ocelot, int port);
/Linux-v6.6/drivers/net/ethernet/mscc/
Docelot.c2417 int ocelot_get_max_mtu(struct ocelot *ocelot, int port) in ocelot_get_max_mtu() function
2432 EXPORT_SYMBOL(ocelot_get_max_mtu);
/Linux-v6.6/drivers/net/dsa/ocelot/
Dfelix.c1801 return ocelot_get_max_mtu(ocelot, port); in felix_get_max_mtu()