Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c1388 int ocelot_get_max_mtu(struct ocelot *ocelot, int port) in ocelot_get_max_mtu() function
1403 EXPORT_SYMBOL(ocelot_get_max_mtu);
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h760 int ocelot_get_max_mtu(struct ocelot *ocelot, int port);
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c724 return ocelot_get_max_mtu(ocelot, port); in felix_get_max_mtu()