Lines Matching defs:dst
101 info->dp->ds->dst->index,
120 ds->ops->crosschip_bridge_leave(ds, info->dp->ds->dst->index,
1076 * @dst: collection of struct dsa_switch devices to notify.
1084 int dsa_tree_notify(struct dsa_switch_tree *dst, unsigned long e, void *v)
1086 struct raw_notifier_head *nh = &dst->nh;
1108 struct dsa_switch_tree *dst;
1111 list_for_each_entry(dst, &dsa_tree_list, list) {
1112 err = dsa_tree_notify(dst, e, v);
1124 return raw_notifier_chain_register(&ds->dst->nh, &ds->nb);
1131 err = raw_notifier_chain_unregister(&ds->dst->nh, &ds->nb);