Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/ocelot/
H A Dfelix.c694 const struct felix_tag_proto_ops *old_proto_ops) in felix_migrate_host_flood() argument
700 if (old_proto_ops) { in felix_migrate_host_flood()
701 mask = old_proto_ops->get_host_fwd_mask(ds); in felix_migrate_host_flood()
712 const struct felix_tag_proto_ops *old_proto_ops) in felix_migrate_mdbs() argument
717 if (!old_proto_ops) in felix_migrate_mdbs()
720 from = old_proto_ops->get_host_fwd_mask(ds); in felix_migrate_mdbs()
734 const struct felix_tag_proto_ops *old_proto_ops) in felix_tag_proto_setup_shared() argument
739 err = felix_migrate_mdbs(ds, proto_ops, old_proto_ops); in felix_tag_proto_setup_shared()
745 felix_migrate_host_flood(ds, proto_ops, old_proto_ops); in felix_tag_proto_setup_shared()
757 const struct felix_tag_proto_ops *old_proto_ops, *proto_ops; in felix_change_tag_protocol() local
[all …]