Home
last modified time | relevance | path

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

/Linux-v6.1/net/dsa/
Dswitch.c526 if (info->dp->ds != ds && ds->ops->crosschip_lag_join) in dsa_switch_lag_join()
527 return ds->ops->crosschip_lag_join(ds, info->dp->ds->index, in dsa_switch_lag_join()
/Linux-v6.1/include/net/
Ddsa.h1105 int (*crosschip_lag_join)(struct dsa_switch *ds, int sw_index, member
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dchip.c6941 .crosschip_lag_join = mv88e6xxx_crosschip_lag_join,