Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c1174 int ocelot_port_bridge_join(struct ocelot *ocelot, int port, in ocelot_port_bridge_join() function
1190 EXPORT_SYMBOL(ocelot_port_bridge_join);
H A Docelot_net.c925 err = ocelot_port_bridge_join(ocelot, port, in ocelot_netdevice_port_event()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h741 int ocelot_port_bridge_join(struct ocelot *ocelot, int port,
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c104 return ocelot_port_bridge_join(ocelot, port, br); in felix_bridge_join()