Home
last modified time | relevance | path

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

/linux-6.1.9/net/dsa/
Dswitch.c522 if (info->dp->ds == ds && ds->ops->port_lag_join) in dsa_switch_lag_join()
523 return ds->ops->port_lag_join(ds, info->dp->index, info->lag, in dsa_switch_lag_join()
/linux-6.1.9/include/net/
Ddsa.h1181 int (*port_lag_join)(struct dsa_switch *ds, int port, member
/linux-6.1.9/drivers/net/dsa/qca/
Dqca8k-8xxx.c1890 .port_lag_join = qca8k_port_lag_join,
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix.c2070 .port_lag_join = felix_lag_join,
/linux-6.1.9/Documentation/networking/dsa/
Ddsa.rst659 of a LAG DSA master, a further call to ``port_lag_join`` will be emitted
1042 - ``port_lag_join``: function invoked when a given switch port is added to a
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/
Dchip.c6937 .port_lag_join = mv88e6xxx_port_lag_join,