Home
last modified time | relevance | path

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

/openbmc/linux/net/dsa/
H A Dmaster.c293 const struct dsa_device_ops *new_tag_ops, *old_tag_ops; in tagging_store() local
308 old_tag_ops = cpu_dp->tag_ops; in tagging_store()
315 if (new_tag_ops == old_tag_ops) in tagging_store()
322 old_tag_ops); in tagging_store()
334 dsa_tag_driver_put(old_tag_ops); in tagging_store()
H A Ddsa.h27 const struct dsa_device_ops *old_tag_ops);
H A Ddsa.c953 const struct dsa_device_ops *old_tag_ops = dst->tag_ops; in dsa_tree_bind_tag_proto() local
968 info.tag_ops = old_tag_ops; in dsa_tree_bind_tag_proto()
976 dst->tag_ops = old_tag_ops; in dsa_tree_bind_tag_proto()
987 const struct dsa_device_ops *old_tag_ops) in dsa_tree_change_tag_proto() argument
1024 info.tag_ops = old_tag_ops; in dsa_tree_change_tag_proto()