Lines Matching defs:dsa_switch_tree
130 struct dsa_switch_tree { struct
131 struct list_head list;
134 struct list_head ports;
137 struct raw_notifier_head nh;
140 unsigned int index;
143 struct kref refcount;
148 struct dsa_lag **lags;
151 const struct dsa_device_ops *tag_ops;
156 enum dsa_tag_protocol default_proto;
159 bool setup;
165 struct dsa_platform_data *pd;
190 static inline struct dsa_lag *dsa_lag_by_id(struct dsa_switch_tree *dst, in dsa_lag_by_id() argument