Searched refs:port_change_mtu (Results 1 – 11 of 11) sorted by relevance
| /linux/net/dsa/ |
| H A D | switch.c | 67 if (!ds->ops->port_change_mtu) in dsa_switch_mtu() 72 ret = ds->ops->port_change_mtu(ds, dp->index, in dsa_switch_mtu()
|
| H A D | user.c | 2118 if (!ds->ops->port_change_mtu) in dsa_user_change_mtu() 2169 err = ds->ops->port_change_mtu(ds, dp->index, new_mtu); in dsa_user_change_mtu()
|
| /linux/include/net/ |
| H A D | dsa.h | 1199 int (*port_change_mtu)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | lantiq_gswip_common.c | 1655 .port_change_mtu = gswip_port_change_mtu,
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-8xxx.c | 2022 .port_change_mtu = qca8k_port_change_mtu,
|
| /linux/drivers/net/dsa/ |
| H A D | vitesse-vsc73xx-core.c | 2233 .port_change_mtu = vsc73xx_change_mtu,
|
| H A D | yt921x.c | 2876 .port_change_mtu = yt921x_dsa_port_change_mtu,
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 3204 .port_change_mtu = sja1105_change_mtu,
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2734 .port_change_mtu = b53_change_mtu,
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 4999 .port_change_mtu = ksz_change_mtu,
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 7151 .port_change_mtu = mv88e6xxx_change_mtu,
|