Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix.c695 const struct felix_tag_proto_ops *old_proto_ops) in felix_migrate_host_flood() argument
701 if (old_proto_ops) { in felix_migrate_host_flood()
702 mask = old_proto_ops->get_host_fwd_mask(ds); in felix_migrate_host_flood()
718 if (!old_proto_ops) in felix_migrate_mdbs()
721 from = old_proto_ops->get_host_fwd_mask(ds); in felix_migrate_mdbs()
735 const struct felix_tag_proto_ops *old_proto_ops) in felix_tag_proto_setup_shared() argument
740 err = felix_migrate_mdbs(ds, proto_ops, old_proto_ops); in felix_tag_proto_setup_shared()
775 old_proto_ops = felix->tag_proto_ops; in felix_change_tag_protocol()
777 if (proto_ops == old_proto_ops) in felix_change_tag_protocol()
788 if (old_proto_ops) in felix_change_tag_protocol()
[all …]