Home
last modified time | relevance | path

Searched refs:port_lag_join (Results 1 – 2 of 2) 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/include/net/
H A Ddsa.h1226 int (*port_lag_join)(struct dsa_switch *ds, int port, member