Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/net/
H A Ddsa.h1189 int (*port_lag_change)(struct dsa_switch *ds, int port); member
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c2126 .port_lag_change = felix_lag_change,
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst1048 - ``port_lag_change``: function invoked when the link state of any member of
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6968 .port_lag_change = mv88e6xxx_port_lag_change,