Searched refs:port_max_mtu (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/drivers/net/dsa/ |
D | dsa_loop.c | 305 .port_max_mtu = dsa_loop_port_max_mtu,
|
D | lantiq_gswip.c | 1845 .port_max_mtu = gswip_port_max_mtu, 1868 .port_max_mtu = gswip_port_max_mtu,
|
D | rzn1_a5psw.c | 1019 .port_max_mtu = a5psw_port_max_mtu,
|
D | vitesse-vsc73xx-core.c | 2237 .port_max_mtu = vsc73xx_get_max_mtu,
|
D | mt7530.c | 3176 .port_max_mtu = mt7530_port_max_mtu,
|
/linux-6.12.1/include/net/ |
D | dsa.h | 1207 int (*port_max_mtu)(struct dsa_switch *ds, int port); member
|
/linux-6.12.1/drivers/net/dsa/realtek/ |
D | rtl8366rb.c | 2064 .port_max_mtu = rtl8366rb_max_mtu,
|
D | rtl8365mb.c | 2136 .port_max_mtu = rtl8365mb_port_max_mtu,
|
/linux-6.12.1/net/dsa/ |
D | user.c | 2730 if (ds->ops->port_max_mtu) in dsa_user_create() 2731 user_dev->max_mtu = ds->ops->port_max_mtu(ds, port->index); in dsa_user_create()
|
/linux-6.12.1/drivers/net/dsa/qca/ |
D | qca8k-8xxx.c | 2024 .port_max_mtu = qca8k_port_max_mtu,
|
/linux-6.12.1/drivers/net/dsa/ocelot/ |
D | felix.c | 2273 .port_max_mtu = felix_get_max_mtu,
|
/linux-6.12.1/drivers/net/dsa/b53/ |
D | b53_common.c | 2320 .port_max_mtu = b53_get_max_mtu,
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 3217 .port_max_mtu = sja1105_get_max_mtu,
|
/linux-6.12.1/drivers/net/dsa/microchip/ |
D | ksz_common.c | 4369 .port_max_mtu = ksz_max_mtu,
|
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 7072 .port_max_mtu = mv88e6xxx_get_max_mtu,
|