Lines Matching defs:dsa_switch_tree
121 struct dsa_switch_tree { struct
122 struct list_head list;
125 struct list_head ports;
128 struct raw_notifier_head nh;
131 unsigned int index;
134 struct kref refcount;
139 struct dsa_lag **lags;
142 const struct dsa_device_ops *tag_ops;
147 enum dsa_tag_protocol default_proto;
150 bool setup;
156 struct dsa_platform_data *pd;
181 static inline struct dsa_lag *dsa_lag_by_id(struct dsa_switch_tree *dst, in dsa_lag_by_id() argument