ocelot_port_set_maxlen
ocelot_port_set_maxlen(ocelot, port, new_mtu);
EXPORT_SYMBOL(ocelot_port_set_maxlen);
ocelot_port_set_maxlen(ocelot, port, ETH_DATA_LEN);
ocelot_port_set_maxlen(ocelot, priv->port.index, new_mtu);
void ocelot_port_set_maxlen(struct ocelot *ocelot, int port, size_t sdu);