Home
last modified time | relevance | path

Searched refs:ocelot_bridge_stp_state_set (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_net.c1019 ocelot_bridge_stp_state_set(ocelot, port, state); in ocelot_port_attr_stp_state_set()
1280 ocelot_bridge_stp_state_set(ocelot, port, stp_state); in ocelot_switchdev_sync()
1300 ocelot_bridge_stp_state_set(ocelot, port, BR_STATE_FORWARDING); in ocelot_switchdev_unsync()
H A Docelot.c1985 void ocelot_bridge_stp_state_set(struct ocelot *ocelot, int port, u8 state) in ocelot_bridge_stp_state_set() function
2005 EXPORT_SYMBOL(ocelot_bridge_stp_state_set);
/linux-6.15/include/soc/mscc/
H A Docelot.h1042 void ocelot_bridge_stp_state_set(struct ocelot *ocelot, int port, u8 state);
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix.c986 return ocelot_bridge_stp_state_set(ocelot, port, state); in felix_bridge_stp_state_set()