Home
last modified time | relevance | path

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

/linux-5.19.10/net/dsa/
Dmaster.c293 const struct dsa_device_ops *new_tag_ops, *old_tag_ops; in tagging_store() local
298 old_tag_ops = cpu_dp->tag_ops; in tagging_store()
304 if (new_tag_ops == old_tag_ops) in tagging_store()
311 old_tag_ops); in tagging_store()
323 dsa_tag_driver_put(old_tag_ops); in tagging_store()
Ddsa2.c1208 const struct dsa_device_ops *old_tag_ops = dst->tag_ops; in dsa_tree_bind_tag_proto() local
1223 info.tag_ops = old_tag_ops; in dsa_tree_bind_tag_proto()
1231 dst->tag_ops = old_tag_ops; in dsa_tree_bind_tag_proto()
1243 const struct dsa_device_ops *old_tag_ops) in dsa_tree_change_tag_proto() argument
1283 info.tag_ops = old_tag_ops; in dsa_tree_change_tag_proto()
Ddsa_priv.h550 const struct dsa_device_ops *old_tag_ops);