Lines Matching defs:dsa_switch_tree
128475 struct dsa_switch_tree { struct
128476 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;
128508 struct dsa_switch_tree *dst; argument