Lines Matching defs:lag
56 * @lag: LAG structure that is to be mapped to the tree's array.
64 void dsa_lag_map(struct dsa_switch_tree *dst, struct dsa_lag *lag)
70 dst->lags[id - 1] = lag;
71 lag->id = id;
87 * @lag: LAG structure that was mapped.
92 void dsa_lag_unmap(struct dsa_switch_tree *dst, struct dsa_lag *lag)
97 if (dsa_lag_by_id(dst, id) == lag) {
99 lag->id = 0;
112 return dp->lag;
1677 return a->lag.dev == b->lag.dev;