Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c944 void ocelot_bridge_stp_state_set(struct ocelot *ocelot, int port, u8 state) in ocelot_bridge_stp_state_set() function
997 EXPORT_SYMBOL(ocelot_bridge_stp_state_set);
H A Docelot_net.c749 ocelot_bridge_stp_state_set(ocelot, port, state); in ocelot_port_attr_stp_state_set()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h740 void ocelot_bridge_stp_state_set(struct ocelot *ocelot, int port, u8 state);
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c96 return ocelot_bridge_stp_state_set(ocelot, port, state); in felix_bridge_stp_state_set()