Home
last modified time | relevance | path

Searched refs:port_stp_state_set (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/net/dsa/
H A Dport.c50 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 Ddsa_loop.c308 .port_stp_state_set = dsa_loop_port_stp_state_set,
H A Dlan9303-core.c1276 .port_stp_state_set = lan9303_port_stp_state_set,
H A Dqca8k.c1389 .port_stp_state_set = qca8k_port_stp_state_set,
H A Dbcm_sf2.c1117 .port_stp_state_set = b53_br_set_stp_state,
H A Dlantiq_gswip.c1777 .port_stp_state_set = gswip_port_stp_state_set,
H A Dmt7530.c2504 .port_stp_state_set = mt7530_stp_state_set,
/OK3568_Linux_fs/kernel/include/net/
H A Ddsa.h545 void (*port_stp_state_set)(struct dsa_switch *ds, int port, member
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c806 .port_stp_state_set = felix_bridge_stp_state_set,
/OK3568_Linux_fs/kernel/drivers/net/dsa/microchip/
H A Dksz9477.c1404 .port_stp_state_set = ksz9477_port_stp_state_set,
H A Dksz8795.c1178 .port_stp_state_set = ksz8795_port_stp_state_set,
/OK3568_Linux_fs/kernel/Documentation/networking/dsa/
H A Ddsa.rst491 - ``port_stp_state_set``: bridge layer function invoked when a given switch port STP
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_common.c2217 .port_stp_state_set = b53_br_set_stp_state,
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c3377 .port_stp_state_set = sja1105_bridge_stp_state_set,
/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dchip.c5402 .port_stp_state_set = mv88e6xxx_port_stp_state_set,