Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/
Dlan966x_lag.c55 if (port->lag_tx_active) in lan966x_lag_set_aggr_pgids()
271 if (port->lag_tx_active == is_active) in lan966x_lag_port_changelowerstate()
274 port->lag_tx_active = is_active; in lan966x_lag_port_changelowerstate()
Dlan966x_main.h319 bool lag_tx_active; member
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c1975 if (ocelot_port->lag_tx_active) in ocelot_set_aggr_pgids()
2190 void ocelot_port_lag_change(struct ocelot *ocelot, int port, bool lag_tx_active) in ocelot_port_lag_change() argument
2196 ocelot_port->lag_tx_active = lag_tx_active; in ocelot_port_lag_change()
Docelot_net.c1573 if (ocelot_port->lag_tx_active == is_active) in ocelot_netdevice_changelowerstate()
/linux-6.1.9/include/soc/mscc/
Docelot.h954 bool lag_tx_active; member
1236 void ocelot_port_lag_change(struct ocelot *ocelot, int port, bool lag_tx_active);