Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_net.c1007 ocelot_bridge_stp_state_set(ocelot, port, state); in ocelot_port_attr_stp_state_set()
1268 ocelot_bridge_stp_state_set(ocelot, port, stp_state); in ocelot_switchdev_sync()
1288 ocelot_bridge_stp_state_set(ocelot, port, BR_STATE_FORWARDING); in ocelot_switchdev_unsync()
Docelot.c1738 void ocelot_bridge_stp_state_set(struct ocelot *ocelot, int port, u8 state) in ocelot_bridge_stp_state_set() function
1758 EXPORT_SYMBOL(ocelot_bridge_stp_state_set);
/linux-6.6.21/include/soc/mscc/
Docelot.h1023 void ocelot_bridge_stp_state_set(struct ocelot *ocelot, int port, u8 state);
/linux-6.6.21/drivers/net/dsa/ocelot/
Dfelix.c896 return ocelot_bridge_stp_state_set(ocelot, port, state); in felix_bridge_stp_state_set()