Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot.c1102 int ocelot_port_bridge_join(struct ocelot *ocelot, int port, in ocelot_port_bridge_join() function
1118 EXPORT_SYMBOL(ocelot_port_bridge_join);
Docelot_net.c925 err = ocelot_port_bridge_join(ocelot, port, in ocelot_netdevice_port_event()
/Linux-v5.10/include/soc/mscc/
Docelot.h739 int ocelot_port_bridge_join(struct ocelot *ocelot, int port,
/Linux-v5.10/drivers/net/dsa/ocelot/
Dfelix.c104 return ocelot_port_bridge_join(ocelot, port, br); in felix_bridge_join()