Lines Matching defs:dsa_switch_tree
119 struct dsa_switch_tree { struct
120 struct list_head list;
123 struct list_head ports;
126 struct raw_notifier_head nh;
129 unsigned int index;
132 struct kref refcount;
137 struct dsa_lag **lags;
140 const struct dsa_device_ops *tag_ops;
145 enum dsa_tag_protocol default_proto;
148 bool setup;
154 struct dsa_platform_data *pd;
179 static inline struct dsa_lag *dsa_lag_by_id(struct dsa_switch_tree *dst, in dsa_lag_by_id() argument