Searched refs:port_change_mtu (Results 1 – 13 of 13) 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 | 2117 if (!ds->ops->port_change_mtu) in dsa_user_change_mtu() 2168 err = ds->ops->port_change_mtu(ds, dp->index, new_mtu); in dsa_user_change_mtu()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | lan937x_main.c | 981 .port_change_mtu = lan937x_change_mtu,
|
| H A D | ksz8.c | 3142 .port_change_mtu = ksz88xx_change_mtu, 3192 .port_change_mtu = ksz87xx_change_mtu, 3243 .port_change_mtu = ksz88xx_change_mtu,
|
| H A D | ksz9477.c | 2250 .port_change_mtu = ksz9477_change_mtu,
|
| /linux/include/net/ |
| H A D | dsa.h | 1218 int (*port_change_mtu)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/dsa/realtek/ |
| H A D | rtl8366rb.c | 1805 .port_change_mtu = rtl8366rb_change_mtu,
|
| H A D | rtl8365mb_main.c | 3312 .port_change_mtu = rtl8365mb_port_change_mtu,
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | lantiq_gswip_common.c | 1642 .port_change_mtu = gswip_port_change_mtu,
|
| /linux/drivers/net/dsa/ |
| H A D | vitesse-vsc73xx-core.c | 2233 .port_change_mtu = vsc73xx_change_mtu,
|
| H A D | mt7530.c | 3447 .port_change_mtu = mt7530_port_change_mtu,
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2735 .port_change_mtu = b53_change_mtu,
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 7209 .port_change_mtu = mv88e6xxx_change_mtu,
|