Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dswitch.c553 if (info->dp->ds == ds && ds->ops->port_lag_change) in dsa_switch_lag_change()
554 return ds->ops->port_lag_change(ds, info->dp->index); in dsa_switch_lag_change()
/linux/Documentation/networking/dsa/
H A Ddsa.rst1052 - ``port_lag_change``: function invoked when the link state of any member of
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c7171 .port_lag_change = mv88e6xxx_port_lag_change,