Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot.h1097 void ocelot_port_lag_change(struct ocelot *ocelot, int port, bool lag_tx_active);
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c2370 void ocelot_port_lag_change(struct ocelot *ocelot, int port, bool lag_tx_active) in ocelot_port_lag_change() function
2383 EXPORT_SYMBOL(ocelot_port_lag_change);
H A Docelot_net.c1566 ocelot_port_lag_change(ocelot, port, is_active); in ocelot_netdevice_changelowerstate()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c980 ocelot_port_lag_change(ocelot, port, dp->lag_tx_enabled); in felix_lag_change()