Home
last modified time | relevance | path

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

/Linux-v5.15/net/dsa/
Dswitch.c446 if (ds->index != info->sw_index && ds->ops->crosschip_lag_join) in dsa_switch_lag_join()
447 return ds->ops->crosschip_lag_join(ds, info->sw_index, in dsa_switch_lag_join()
/Linux-v5.15/include/net/
Ddsa.h801 int (*crosschip_lag_join)(struct dsa_switch *ds, int sw_index, member
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dchip.c6278 .crosschip_lag_join = mv88e6xxx_crosschip_lag_join,