Searched refs:port_max_mtu (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/net/dsa/ |
D | dsa_loop.c | 297 .port_max_mtu = dsa_loop_port_max_mtu,
|
D | vitesse-vsc73xx-core.c | 1053 .port_max_mtu = vsc73xx_get_max_mtu,
|
D | lantiq_gswip.c | 1837 .port_max_mtu = gswip_port_max_mtu, 1863 .port_max_mtu = gswip_port_max_mtu,
|
D | rzn1_a5psw.c | 747 .port_max_mtu = a5psw_port_max_mtu,
|
D | mt7530.c | 3158 .port_max_mtu = mt7530_port_max_mtu,
|
/linux-6.1.9/drivers/net/dsa/realtek/ |
D | rtl8366rb.c | 1816 .port_max_mtu = rtl8366rb_max_mtu, 1841 .port_max_mtu = rtl8366rb_max_mtu,
|
/linux-6.1.9/include/net/ |
D | dsa.h | 1175 int (*port_max_mtu)(struct dsa_switch *ds, int port); member
|
/linux-6.1.9/net/dsa/ |
D | slave.c | 2404 if (ds->ops->port_max_mtu) in dsa_slave_create() 2405 slave_dev->max_mtu = ds->ops->port_max_mtu(ds, port->index); in dsa_slave_create()
|
/linux-6.1.9/drivers/net/dsa/qca/ |
D | qca8k-8xxx.c | 1869 .port_max_mtu = qca8k_port_max_mtu,
|
/linux-6.1.9/drivers/net/dsa/ocelot/ |
D | felix.c | 2082 .port_max_mtu = felix_get_max_mtu,
|
/linux-6.1.9/drivers/net/dsa/microchip/ |
D | ksz_common.c | 2832 .port_max_mtu = ksz_max_mtu,
|
/linux-6.1.9/drivers/net/dsa/b53/ |
D | b53_common.c | 2271 .port_max_mtu = b53_get_max_mtu,
|
/linux-6.1.9/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 3151 .port_max_mtu = sja1105_get_max_mtu,
|
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 6895 .port_max_mtu = mv88e6xxx_get_max_mtu,
|