Searched defs:dsa_switch_tree (Results 1 – 6 of 6) sorted by relevance
119190 struct dsa_switch_tree { struct119191 struct list_head list;119192 struct list_head ports;119193 struct raw_notifier_head nh;119194 unsigned int index;119195 struct kref refcount;119196 struct dsa_lag **lags;119197 const struct dsa_device_ops *tag_ops;119198 enum dsa_tag_protocol default_proto;119199 bool setup;[all …]
113009 struct dsa_switch_tree { struct113010 struct list_head list;113011 struct list_head ports;113012 struct raw_notifier_head nh;113013 unsigned int index;113014 struct kref refcount;113015 struct dsa_lag **lags;113016 const struct dsa_device_ops *tag_ops;113017 enum dsa_tag_protocol default_proto;113018 bool setup;[all …]
120291 struct dsa_switch_tree { struct120292 struct list_head list;120293 struct list_head ports;120294 struct raw_notifier_head nh;120295 unsigned int index;120296 struct kref refcount;120297 struct dsa_lag **lags;120298 const struct dsa_device_ops *tag_ops;120299 enum dsa_tag_protocol default_proto;120300 bool setup;[all …]