Searched refs:port_stp_state_set (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | port.c | 50 return ds->ops->port_stp_state_set ? 0 : -EOPNOTSUPP; in dsa_port_set_state() 52 if (ds->ops->port_stp_state_set) in dsa_port_set_state() 53 ds->ops->port_stp_state_set(ds, port, state); in dsa_port_set_state()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | dsa_loop.c | 308 .port_stp_state_set = dsa_loop_port_stp_state_set,
|
| H A D | lan9303-core.c | 1276 .port_stp_state_set = lan9303_port_stp_state_set,
|
| H A D | qca8k.c | 1389 .port_stp_state_set = qca8k_port_stp_state_set,
|
| H A D | bcm_sf2.c | 1117 .port_stp_state_set = b53_br_set_stp_state,
|
| H A D | lantiq_gswip.c | 1777 .port_stp_state_set = gswip_port_stp_state_set,
|
| H A D | mt7530.c | 2504 .port_stp_state_set = mt7530_stp_state_set,
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | dsa.h | 545 void (*port_stp_state_set)(struct dsa_switch *ds, int port, member
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 806 .port_stp_state_set = felix_bridge_stp_state_set,
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/microchip/ |
| H A D | ksz9477.c | 1404 .port_stp_state_set = ksz9477_port_stp_state_set,
|
| H A D | ksz8795.c | 1178 .port_stp_state_set = ksz8795_port_stp_state_set,
|
| /OK3568_Linux_fs/kernel/Documentation/networking/dsa/ |
| H A D | dsa.rst | 491 - ``port_stp_state_set``: bridge layer function invoked when a given switch port STP
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2217 .port_stp_state_set = b53_br_set_stp_state,
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 3377 .port_stp_state_set = sja1105_bridge_stp_state_set,
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 5402 .port_stp_state_set = mv88e6xxx_port_stp_state_set,
|