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

/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c605 const struct felix_tag_proto_ops *old_proto_ops)
611 if (old_proto_ops) {
612 mask = old_proto_ops->get_host_fwd_mask(ds);
623 const struct felix_tag_proto_ops *old_proto_ops)
628 if (!old_proto_ops)
631 from = old_proto_ops->get_host_fwd_mask(ds);
638 * @old_proto_ops and @proto_ops.
645 const struct felix_tag_proto_ops *old_proto_ops)
650 err = felix_migrate_mdbs(ds, proto_ops, old_proto_ops);
656 felix_migrate_host_flood(ds, proto_ops, old_proto_ops);
603 felix_migrate_host_flood(struct dsa_switch *ds, const struct felix_tag_proto_ops *proto_ops, const struct felix_tag_proto_ops *old_proto_ops) argument
621 felix_migrate_mdbs(struct dsa_switch *ds, const struct felix_tag_proto_ops *proto_ops, const struct felix_tag_proto_ops *old_proto_ops) argument
643 felix_tag_proto_setup_shared(struct dsa_switch *ds, const struct felix_tag_proto_ops *proto_ops, const struct felix_tag_proto_ops *old_proto_ops) argument
668 const struct felix_tag_proto_ops *old_proto_ops, *proto_ops; local
[all...]

Completed in 126 milliseconds