Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dswitch.c566 if (info->dp->ds == ds && ds->ops->port_lag_join) in dsa_switch_lag_join()
567 return ds->ops->port_lag_join(ds, info->dp->index, info->lag, in dsa_switch_lag_join()
/linux/Documentation/networking/dsa/
H A Ddsa.rst663 of a LAG DSA conduit, a further call to ``port_lag_join`` will be emitted
1046 - ``port_lag_join``: function invoked when a given switch port is added to a
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c7172 .port_lag_join = mv88e6xxx_port_lag_join,