Searched refs:port_stp_state_set (Results 1 – 20 of 20) sorted by relevance
/linux-6.12.1/drivers/net/dsa/ |
D | dsa_loop.c | 300 .port_stp_state_set = dsa_loop_port_stp_state_set,
|
D | lantiq_gswip.c | 1840 .port_stp_state_set = gswip_port_stp_state_set, 1863 .port_stp_state_set = gswip_port_stp_state_set,
|
D | rzn1_a5psw.c | 1031 .port_stp_state_set = a5psw_port_stp_state_set,
|
D | lan9303-core.c | 1395 .port_stp_state_set = lan9303_port_stp_state_set,
|
D | bcm_sf2.c | 1241 .port_stp_state_set = b53_br_set_stp_state,
|
D | vitesse-vsc73xx-core.c | 2238 .port_stp_state_set = vsc73xx_port_stp_state_set,
|
D | mt7530.c | 3177 .port_stp_state_set = mt7530_stp_state_set,
|
/linux-6.12.1/net/dsa/ |
D | port.c | 140 if (!ds->ops->port_stp_state_set) in dsa_port_set_state() 143 ds->ops->port_stp_state_set(ds, port, state); in dsa_port_set_state()
|
/linux-6.12.1/drivers/net/dsa/xrs700x/ |
D | xrs700x.c | 724 .port_stp_state_set = xrs700x_port_stp_state_set,
|
/linux-6.12.1/include/net/ |
D | dsa.h | 1041 void (*port_stp_state_set)(struct dsa_switch *ds, int port, member
|
/linux-6.12.1/drivers/net/dsa/realtek/ |
D | rtl8366rb.c | 2061 .port_stp_state_set = rtl8366rb_port_stp_state_set,
|
D | rtl8365mb.c | 2127 .port_stp_state_set = rtl8365mb_port_stp_state_set,
|
/linux-6.12.1/drivers/net/dsa/hirschmann/ |
D | hellcreek.c | 1926 .port_stp_state_set = hellcreek_port_stp_state_set,
|
/linux-6.12.1/drivers/net/dsa/qca/ |
D | qca8k-8xxx.c | 2025 .port_stp_state_set = qca8k_port_stp_state_set,
|
/linux-6.12.1/drivers/net/dsa/ocelot/ |
D | felix.c | 2264 .port_stp_state_set = felix_bridge_stp_state_set,
|
/linux-6.12.1/drivers/net/dsa/b53/ |
D | b53_common.c | 2308 .port_stp_state_set = b53_br_set_stp_state,
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 3231 .port_stp_state_set = sja1105_bridge_stp_state_set,
|
/linux-6.12.1/drivers/net/dsa/microchip/ |
D | ksz_common.c | 4351 .port_stp_state_set = ksz_port_stp_state_set,
|
/linux-6.12.1/Documentation/networking/dsa/ |
D | dsa.rst | 955 - ``port_stp_state_set``: bridge layer function invoked when a given switch port STP
|
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 7088 .port_stp_state_set = mv88e6xxx_port_stp_state_set,
|