Lines Matching defs:dsa_switch_tree
133 struct dsa_switch_tree { struct
134 struct list_head list;
137 struct list_head ports;
140 struct raw_notifier_head nh;
143 unsigned int index;
146 struct kref refcount;
151 struct dsa_lag **lags;
154 const struct dsa_device_ops *tag_ops;
159 enum dsa_tag_protocol default_proto;
162 bool setup;
168 struct dsa_platform_data *pd;
193 static inline struct dsa_lag *dsa_lag_by_id(struct dsa_switch_tree *dst, in dsa_lag_by_id() argument