Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1083 int ocelot_port_lag_join(struct ocelot *ocelot, int port,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c2246 int ocelot_port_lag_join(struct ocelot *ocelot, int port, in ocelot_port_lag_join() function
2269 EXPORT_SYMBOL(ocelot_port_lag_join);
H A Docelot_net.c1405 err = ocelot_port_lag_join(ocelot, port, bond, info, extack); in ocelot_netdevice_lag_join()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c948 err = ocelot_port_lag_join(ocelot, port, lag.dev, info, extack); in felix_lag_join()