Home
last modified time | relevance | path

Searched refs:lag_tx_active (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/soc/mscc/
Docelot.h609 bool lag_tx_active; member
812 void ocelot_port_lag_change(struct ocelot *ocelot, int port, bool lag_tx_active);
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.c1321 if (only_active_ports && !ocelot_port->lag_tx_active) in ocelot_get_bond_mask()
1832 void ocelot_port_lag_change(struct ocelot *ocelot, int port, bool lag_tx_active) in ocelot_port_lag_change() argument
1836 ocelot_port->lag_tx_active = lag_tx_active; in ocelot_port_lag_change()
Docelot_net.c1392 if (ocelot_port->lag_tx_active == is_active) in ocelot_netdevice_changelowerstate()