Searched refs:port_max_mtu (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/dsa/microchip/ |
| H A D | lan937x_main.c | 982 .port_max_mtu = ksz9477_max_mtu,
|
| H A D | ksz8.c | 3143 .port_max_mtu = ksz88xx_max_mtu, 3193 .port_max_mtu = ksz87xx_max_mtu, 3244 .port_max_mtu = ksz88xx_max_mtu,
|
| H A D | ksz9477.c | 2251 .port_max_mtu = ksz9477_max_mtu,
|
| /linux/include/net/ |
| H A D | dsa.h | 1220 int (*port_max_mtu)(struct dsa_switch *ds, int port); member
|
| /linux/drivers/net/dsa/realtek/ |
| H A D | rtl8366rb.c | 1806 .port_max_mtu = rtl8366rb_max_mtu,
|
| H A D | rtl8365mb_main.c | 3313 .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 | 2798 if (ds->ops->port_max_mtu) in dsa_user_create() 2799 user_dev->max_mtu = ds->ops->port_max_mtu(ds, port->index); in dsa_user_create()
|
| /linux/drivers/net/dsa/ |
| H A D | vitesse-vsc73xx-core.c | 2237 .port_max_mtu = vsc73xx_get_max_mtu,
|
| H A D | mt7530.c | 3448 .port_max_mtu = mt7530_port_max_mtu,
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2734 .port_max_mtu = b53_get_max_mtu,
|