Searched refs:port_max_mtu (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/net/dsa/ |
H A D | dsa_loop.c | 297 .port_max_mtu = dsa_loop_port_max_mtu,
|
H A D | lantiq_gswip.c | 1837 .port_max_mtu = gswip_port_max_mtu, 1863 .port_max_mtu = gswip_port_max_mtu,
|
H A D | vitesse-vsc73xx-core.c | 1095 .port_max_mtu = vsc73xx_get_max_mtu,
|
H A D | rzn1_a5psw.c | 1005 .port_max_mtu = a5psw_port_max_mtu,
|
H A D | mt7530.c | 3330 .port_max_mtu = mt7530_port_max_mtu,
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 1796 .port_max_mtu = rtl8366rb_max_mtu, 1822 .port_max_mtu = rtl8366rb_max_mtu,
|
H A D | rtl8365mb.c | 2135 .port_max_mtu = rtl8365mb_port_max_mtu, 2158 .port_max_mtu = rtl8365mb_port_max_mtu,
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 1184 int (*port_max_mtu)(struct dsa_switch *ds, int port); member
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 2634 if (ds->ops->port_max_mtu) in dsa_slave_create() 2635 slave_dev->max_mtu = ds->ops->port_max_mtu(ds, port->index); in dsa_slave_create()
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 2005 .port_max_mtu = qca8k_port_max_mtu,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2147 .port_max_mtu = felix_get_max_mtu,
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2327 .port_max_mtu = b53_get_max_mtu,
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 3207 .port_max_mtu = sja1105_get_max_mtu,
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 3460 .port_max_mtu = ksz_max_mtu,
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 6928 .port_max_mtu = mv88e6xxx_get_max_mtu,
|