Searched refs:port_stp_state_set (Results 1 – 19 of 19) sorted by relevance
/linux-6.3-rc2/drivers/net/dsa/ |
A D | dsa_loop.c | 292 .port_stp_state_set = dsa_loop_port_stp_state_set,
|
A D | lantiq_gswip.c | 1832 .port_stp_state_set = gswip_port_stp_state_set, 1858 .port_stp_state_set = gswip_port_stp_state_set,
|
A D | rzn1_a5psw.c | 757 .port_stp_state_set = a5psw_port_stp_state_set,
|
A D | lan9303-core.c | 1356 .port_stp_state_set = lan9303_port_stp_state_set,
|
A D | bcm_sf2.c | 1221 .port_stp_state_set = b53_br_set_stp_state,
|
A D | mt7530.c | 3168 .port_stp_state_set = mt7530_stp_state_set,
|
/linux-6.3-rc2/drivers/net/dsa/realtek/ |
A D | rtl8366rb.c | 1813 .port_stp_state_set = rtl8366rb_port_stp_state_set, 1838 .port_stp_state_set = rtl8366rb_port_stp_state_set,
|
A D | rtl8365mb.c | 2098 .port_stp_state_set = rtl8365mb_port_stp_state_set, 2119 .port_stp_state_set = rtl8365mb_port_stp_state_set,
|
/linux-6.3-rc2/drivers/net/dsa/xrs700x/ |
A D | xrs700x.c | 700 .port_stp_state_set = xrs700x_port_stp_state_set,
|
/linux-6.3-rc2/net/dsa/ |
A D | port.c | 138 if (!ds->ops->port_stp_state_set) in dsa_port_set_state() 141 ds->ops->port_stp_state_set(ds, port, state); in dsa_port_set_state()
|
/linux-6.3-rc2/include/net/ |
A D | dsa.h | 1014 void (*port_stp_state_set)(struct dsa_switch *ds, int port, member
|
/linux-6.3-rc2/drivers/net/dsa/hirschmann/ |
A D | hellcreek.c | 1923 .port_stp_state_set = hellcreek_port_stp_state_set,
|
/linux-6.3-rc2/drivers/net/dsa/qca/ |
A D | qca8k-8xxx.c | 1988 .port_stp_state_set = qca8k_port_stp_state_set,
|
/linux-6.3-rc2/drivers/net/dsa/ocelot/ |
A D | felix.c | 2107 .port_stp_state_set = felix_bridge_stp_state_set,
|
/linux-6.3-rc2/drivers/net/dsa/b53/ |
A D | b53_common.c | 2259 .port_stp_state_set = b53_br_set_stp_state,
|
/linux-6.3-rc2/drivers/net/dsa/microchip/ |
A D | ksz_common.c | 3173 .port_stp_state_set = ksz_port_stp_state_set,
|
/linux-6.3-rc2/drivers/net/dsa/sja1105/ |
A D | sja1105_main.c | 3168 .port_stp_state_set = sja1105_bridge_stp_state_set,
|
/linux-6.3-rc2/Documentation/networking/dsa/ |
A D | dsa.rst | 951 - ``port_stp_state_set``: bridge layer function invoked when a given switch port STP
|
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/ |
A D | chip.c | 7004 .port_stp_state_set = mv88e6xxx_port_stp_state_set,
|
Completed in 82 milliseconds