Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot.c1350 void ocelot_port_set_maxlen(struct ocelot *ocelot, int port, size_t sdu) in ocelot_port_set_maxlen() function
1383 EXPORT_SYMBOL(ocelot_port_set_maxlen);
1427 ocelot_port_set_maxlen(ocelot, port, ETH_DATA_LEN); in ocelot_init_port()
/kernel/linux/linux-5.10/include/soc/mscc/
Docelot.h759 void ocelot_port_set_maxlen(struct ocelot *ocelot, int port, size_t sdu);
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
Dfelix.c715 ocelot_port_set_maxlen(ocelot, port, new_mtu); in felix_change_mtu()