Searched refs:dsa_tree_notify (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/net/dsa/ |
D | dsa2.c | 37 int dsa_tree_notify(struct dsa_switch_tree *dst, unsigned long e, void *v) in dsa_tree_notify() function 65 err = dsa_tree_notify(dst, e, v); in dsa_broadcast() 1168 err = dsa_tree_notify(dst, DSA_NOTIFIER_TAG_PROTO, &info); in dsa_tree_change_tag_proto() 1180 dsa_tree_notify(dst, DSA_NOTIFIER_TAG_PROTO, &info); in dsa_tree_change_tag_proto()
|
D | dsa_priv.h | 543 int dsa_tree_notify(struct dsa_switch_tree *dst, unsigned long e, void *v);
|
D | port.c | 30 return dsa_tree_notify(dp->ds->dst, e, v); in dsa_port_notify()
|