Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dconduit.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);