Searched refs:port_setup (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/dsa/ |
| H A D | devlink.c | 315 if (ds->ops->port_setup) { in dsa_port_devlink_setup() 316 err = ds->ops->port_setup(ds, dp->index); in dsa_port_devlink_setup()
|
| /linux-6.15/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 339 .port_setup = ksz8_port_setup, 374 .port_setup = ksz8_port_setup, 424 .port_setup = ksz9477_port_setup, 470 .port_setup = lan937x_port_setup, 3256 dev->dev_ops->port_setup(dev, port, false); in ksz_port_setup() 4698 .port_setup = ksz_port_setup,
|
| H A D | ksz_common.h | 351 void (*port_setup)(struct ksz_device *dev, int port, bool cpu_port); member
|
| /linux-6.15/include/net/ |
| H A D | dsa.h | 871 int (*port_setup)(struct dsa_switch *ds, int port); member
|
| /linux-6.15/drivers/net/dsa/ |
| H A D | bcm_sf2.c | 1233 .port_setup = b53_setup_port,
|
| /linux-6.15/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2427 .port_setup = b53_setup_port,
|
| /linux-6.15/Documentation/networking/dsa/ |
| H A D | dsa.rst | 641 - ``port_setup`` and ``port_teardown``: methods for initialization and
|
| /linux-6.15/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 7161 .port_setup = mv88e6xxx_port_setup,
|