Searched refs:port_lag_join (Results 1 – 7 of 7) sorted by relevance
| /linux/net/dsa/ |
| H A D | switch.c | 566 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/include/net/ |
| H A D | dsa.h | 1203 int (*port_lag_join)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-8xxx.c | 2042 .port_lag_join = qca8k_port_lag_join,
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 2341 .port_lag_join = felix_lag_join,
|
| /linux/Documentation/networking/dsa/ |
| H A D | dsa.rst | 663 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/ |
| H A D | yt921x.c | 3322 .port_lag_join = yt921x_dsa_port_lag_join,
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 7192 .port_lag_join = mv88e6xxx_port_lag_join,
|