Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_net.c1017 ocelot_bridge_stp_state_set(ocelot, port, state); in ocelot_port_attr_stp_state_set()
1278 ocelot_bridge_stp_state_set(ocelot, port, stp_state); in ocelot_switchdev_sync()
1298 ocelot_bridge_stp_state_set(ocelot, port, BR_STATE_FORWARDING); in ocelot_switchdev_unsync()
Docelot.c1633 void ocelot_bridge_stp_state_set(struct ocelot *ocelot, int port, u8 state) in ocelot_bridge_stp_state_set() function
1653 EXPORT_SYMBOL(ocelot_bridge_stp_state_set);
/linux-6.1.9/include/soc/mscc/
Docelot.h1170 void ocelot_bridge_stp_state_set(struct ocelot *ocelot, int port, u8 state);
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix.c896 return ocelot_bridge_stp_state_set(ocelot, port, state); in felix_bridge_stp_state_set()