Searched refs:port_max_mtu (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/net/dsa/ |
| H A D | dsa_loop.c | 317 .port_max_mtu = dsa_loop_port_max_mtu,
|
| H A D | ks8995.c | 741 .port_max_mtu = ks8995_get_max_mtu,
|
| H A D | rzn1_a5psw.c | 1018 .port_max_mtu = a5psw_port_max_mtu,
|
| H A D | vitesse-vsc73xx-core.c | 2237 .port_max_mtu = vsc73xx_get_max_mtu,
|
| H A D | yt921x.c | 3313 .port_max_mtu = yt921x_dsa_port_max_mtu,
|
| H A D | mt7530.c | 3272 .port_max_mtu = mt7530_port_max_mtu,
|
| /linux/include/net/ |
| H A D | dsa.h | 1197 int (*port_max_mtu)(struct dsa_switch *ds, int port); member
|
| /linux/drivers/net/dsa/realtek/ |
| H A D | rtl8366rb.c | 1817 .port_max_mtu = rtl8366rb_max_mtu,
|
| H A D | rtl8365mb.c | 2135 .port_max_mtu = rtl8365mb_port_max_mtu,
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | lantiq_gswip_common.c | 1643 .port_max_mtu = gswip_port_max_mtu,
|
| /linux/net/dsa/ |
| H A D | user.c | 2799 if (ds->ops->port_max_mtu) in dsa_user_create() 2800 user_dev->max_mtu = ds->ops->port_max_mtu(ds, port->index); in dsa_user_create()
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-8xxx.c | 2023 .port_max_mtu = qca8k_port_max_mtu,
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 2353 .port_max_mtu = felix_get_max_mtu,
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 3149 .port_max_mtu = sja1105_get_max_mtu,
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2733 .port_max_mtu = b53_get_max_mtu,
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 5013 .port_max_mtu = ksz_max_mtu,
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 7150 .port_max_mtu = mv88e6xxx_get_max_mtu,
|