Lines Matching defs:dsa_switch_tree
120 struct dsa_switch_tree { struct
121 struct list_head list;
124 struct list_head ports;
127 struct raw_notifier_head nh;
130 unsigned int index;
133 struct kref refcount;
138 struct dsa_lag **lags;
141 const struct dsa_device_ops *tag_ops;
146 enum dsa_tag_protocol default_proto;
149 bool setup;
155 struct dsa_platform_data *pd;
180 static inline struct dsa_lag *dsa_lag_by_id(struct dsa_switch_tree *dst, in dsa_lag_by_id() argument