Searched refs:ocelot_port_set_maxlen (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mscc/ |
D | ocelot.c | 2277 void ocelot_port_set_maxlen(struct ocelot *ocelot, int port, size_t sdu) in ocelot_port_set_maxlen() function 2310 EXPORT_SYMBOL(ocelot_port_set_maxlen); 2627 ocelot_port_set_maxlen(ocelot, port, ETH_DATA_LEN); in ocelot_init_port()
|
D | ocelot_net.c | 906 ocelot_port_set_maxlen(ocelot, priv->port.index, new_mtu); in ocelot_change_mtu()
|
/Linux-v6.1/include/soc/mscc/ |
D | ocelot.h | 1210 void ocelot_port_set_maxlen(struct ocelot *ocelot, int port, size_t sdu);
|
/Linux-v6.1/drivers/net/dsa/ocelot/ |
D | felix.c | 1759 ocelot_port_set_maxlen(ocelot, port, new_mtu); in felix_change_mtu()
|