Searched refs:port_stp_state_set (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/drivers/net/dsa/ |
H A D | dsa_loop.c | 292 .port_stp_state_set = dsa_loop_port_stp_state_set,
|
H 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,
|
H A D | lan9303-core.c | 1376 .port_stp_state_set = lan9303_port_stp_state_set,
|
H A D | rzn1_a5psw.c | 1017 .port_stp_state_set = a5psw_port_stp_state_set,
|
H A D | bcm_sf2.c | 1229 .port_stp_state_set = b53_br_set_stp_state,
|
H A D | mt7530.c | 3331 .port_stp_state_set = mt7530_stp_state_set,
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 1793 .port_stp_state_set = rtl8366rb_port_stp_state_set, 1819 .port_stp_state_set = rtl8366rb_port_stp_state_set,
|
H A D | rtl8365mb.c | 2126 .port_stp_state_set = rtl8365mb_port_stp_state_set, 2149 .port_stp_state_set = rtl8365mb_port_stp_state_set,
|
/openbmc/linux/net/dsa/ |
H A 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()
|
/openbmc/linux/drivers/net/dsa/xrs700x/ |
H A D | xrs700x.c | 700 .port_stp_state_set = xrs700x_port_stp_state_set,
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 1018 void (*port_stp_state_set)(struct dsa_switch *ds, int port, member
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek.c | 1926 .port_stp_state_set = hellcreek_port_stp_state_set,
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 2006 .port_stp_state_set = qca8k_port_stp_state_set,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2138 .port_stp_state_set = felix_bridge_stp_state_set,
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2315 .port_stp_state_set = b53_br_set_stp_state,
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 3224 .port_stp_state_set = sja1105_bridge_stp_state_set,
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 3443 .port_stp_state_set = ksz_port_stp_state_set,
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 951 - ``port_stp_state_set``: bridge layer function invoked when a given switch port STP
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 6944 .port_stp_state_set = mv88e6xxx_port_stp_state_set,
|