Searched defs:dsa_switch_tree (Results 1 – 1 of 1) sorted by relevance
128475 struct dsa_switch_tree { struct128476 struct list_head list;128477 struct raw_notifier_head nh;128478 unsigned int index;128479 struct kref refcount;128480 bool setup;128481 const struct dsa_device_ops *tag_ops;128482 enum dsa_tag_protocol default_proto;128483 struct dsa_platform_data *pd;128484 struct list_head ports;[all …]