Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c1353 void ocelot_port_set_maxlen(struct ocelot *ocelot, int port, size_t sdu) in ocelot_port_set_maxlen() function
1386 EXPORT_SYMBOL(ocelot_port_set_maxlen);
1430 ocelot_port_set_maxlen(ocelot, port, ETH_DATA_LEN); in ocelot_init_port()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h759 void ocelot_port_set_maxlen(struct ocelot *ocelot, int port, size_t sdu);
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c715 ocelot_port_set_maxlen(ocelot, port, new_mtu); in felix_change_mtu()