Lines Matching defs:dsa_switch_tree
117 struct dsa_switch_tree { struct
118 struct list_head list;
121 struct raw_notifier_head nh;
124 unsigned int index;
127 struct kref refcount;
130 bool setup;
133 const struct dsa_device_ops *tag_ops;
138 enum dsa_tag_protocol default_proto;
144 struct dsa_platform_data *pd;
147 struct list_head ports;
150 struct list_head rtable;
174 static inline struct net_device *dsa_lag_dev(struct dsa_switch_tree *dst, in dsa_lag_dev() argument