Lines Matching full:lag
1948 * - If standalone (this includes software bridge, software LAG):
3074 if (!dp->lag) in dsa_user_lag_changeupper()
3075 /* Software LAG */ in dsa_user_lag_changeupper()
3106 if (!dp->lag) in dsa_user_lag_prechangeupper()
3107 /* Software LAG */ in dsa_user_lag_prechangeupper()
3208 /* To be eligible as a DSA conduit, a LAG must have all lower interfaces be
3209 * eligible DSA conduits. Additionally, all LAG slaves must be DSA conduits of
3223 "All LAG ports must be eligible as DSA conduits"); in dsa_lag_conduit_validate()
3233 "LAG contains DSA conduits of disjoint switch trees"); in dsa_lag_conduit_validate()
3264 /* Allow LAG uppers, subject to further restrictions in in dsa_conduit_prechangeupper_sanity_check()
3292 "Only DSA conduits can join a LAG DSA conduit"); in dsa_lag_conduit_prechangelower_sanity_check()
3299 "Interface is DSA conduit for a different switch tree than this LAG"); in dsa_lag_conduit_prechangelower_sanity_check()
3429 /* Update the CPU port of the user ports still under the LAG in dsa_conduit_lag_leave()
3442 /* If the LAG DSA conduit has no ports left, migrate back all in dsa_conduit_lag_leave()
3448 /* This DSA conduit has left its LAG in any case, so let in dsa_conduit_lag_leave()
3449 * the CPU port leave the hardware LAG as well in dsa_conduit_lag_leave()
3543 /* Mirror LAG port events on DSA conduits that are in in dsa_user_netdevice_event()
3544 * a LAG towards their respective switch CPU ports in dsa_user_netdevice_event()
3648 else if (dp->lag) in dsa_user_switchdev_event_work()
3664 else if (dp->lag) in dsa_user_switchdev_event_work()
3731 * Host addresses on LAG ports still require regular FDB ops, in dsa_user_fdb_event()
3732 * since the CPU port isn't in a LAG. in dsa_user_fdb_event()
3734 if (dp->lag && !host_addr) { in dsa_user_fdb_event()