Home
last modified time | relevance | path

Searched refs:dsa_tree_notify (Results 1 – 3 of 3) sorted by relevance

/linux/net/dsa/
H A Dswitch.h117 int dsa_tree_notify(struct dsa_switch_tree *dst, unsigned long e, void *v);
H A Ddsa.c960 err = dsa_tree_notify(dst, DSA_NOTIFIER_TAG_PROTO_CONNECT, &info); in dsa_tree_bind_tag_proto()
966 dsa_tree_notify(dst, DSA_NOTIFIER_TAG_PROTO_DISCONNECT, &info); in dsa_tree_bind_tag_proto()
972 dsa_tree_notify(dst, DSA_NOTIFIER_TAG_PROTO_DISCONNECT, &info); in dsa_tree_bind_tag_proto()
1008 err = dsa_tree_notify(dst, DSA_NOTIFIER_TAG_PROTO, &info); in dsa_tree_change_tag_proto()
1022 dsa_tree_notify(dst, DSA_NOTIFIER_TAG_PROTO, &info); in dsa_tree_change_tag_proto()
1037 dsa_tree_notify(dst, DSA_NOTIFIER_CONDUIT_STATE_CHANGE, &info); in dsa_tree_conduit_state_change()
H A Dswitch.c1084 int dsa_tree_notify(struct dsa_switch_tree *dst, unsigned long e, void *v) in dsa_tree_notify() function
1112 err = dsa_tree_notify(dst, e, v); in dsa_broadcast()