Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1042 int ocelot_port_bridge_join(struct ocelot *ocelot, int port,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c2058 int ocelot_port_bridge_join(struct ocelot *ocelot, int port, in ocelot_port_bridge_join() function
2083 EXPORT_SYMBOL(ocelot_port_bridge_join);
H A Docelot_net.c1333 err = ocelot_port_bridge_join(ocelot, port, bridge, bridge_num, in ocelot_netdevice_bridge_join()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c930 return ocelot_port_bridge_join(ocelot, port, bridge.dev, bridge.num, in felix_bridge_join()