Searched refs:port_setup (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/dsa/lantiq/ |
| H A D | mxl-gsw1xx.c | 835 .port_setup = gsw1xx_port_setup, 857 .port_setup = gsw1xx_port_setup, 878 .port_setup = gsw1xx_port_setup, 903 .port_setup = gsw1xx_port_setup,
|
| H A D | lantiq_gswip.h | 268 int (*port_setup)(struct dsa_switch *ds, int port); member
|
| H A D | lantiq_gswip_common.c | 424 if (priv->hw_info->port_setup) { in gswip_port_setup() 425 err = priv->hw_info->port_setup(ds, port); in gswip_port_setup() 1627 .port_setup = gswip_port_setup,
|
| /linux/net/dsa/ |
| H A D | devlink.c | 316 if (ds->ops->port_setup) { in dsa_port_devlink_setup() 317 err = ds->ops->port_setup(ds, dp->index); in dsa_port_devlink_setup()
|
| /linux/drivers/net/dsa/mxl862xx/ |
| H A D | mxl862xx.c | 371 .port_setup = mxl862xx_port_setup,
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 340 .port_setup = ksz8_port_setup, 372 .port_setup = ksz8_port_setup, 407 .port_setup = ksz8_port_setup, 474 .port_setup = ksz9477_port_setup, 521 .port_setup = lan937x_port_setup, 3419 dev->dev_ops->port_setup(dev, port, false); in ksz_port_setup() 4985 .port_setup = ksz_port_setup,
|
| H A D | ksz_common.h | 365 void (*port_setup)(struct ksz_device *dev, int port, bool cpu_port); member
|
| /linux/include/net/ |
| H A D | dsa.h | 874 int (*port_setup)(struct dsa_switch *ds, int port); member
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2.c | 1237 .port_setup = b53_setup_port,
|
| H A D | yt921x.c | 3354 .port_setup = yt921x_dsa_port_setup,
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2711 .port_setup = b53_setup_port,
|
| /linux/Documentation/networking/dsa/ |
| H A D | dsa.rst | 641 - ``port_setup`` and ``port_teardown``: methods for initialization and
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 7142 .port_setup = mv88e6xxx_port_setup,
|