Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/ocelot/
H A Dfelix.h95 const struct felix_tag_proto_ops *tag_proto_ops; member
H A Dfelix.c774 old_proto_ops = felix->tag_proto_ops; in felix_change_tag_protocol()
790 felix->tag_proto_ops = proto_ops; in felix_change_tag_protocol()
828 mask = felix->tag_proto_ops->get_host_fwd_mask(ds); in felix_port_set_host_flood()
840 return felix->tag_proto_ops->change_conduit(ds, port, conduit, extack); in felix_port_change_conduit()
1782 if (felix->tag_proto_ops) in felix_teardown()
1783 felix->tag_proto_ops->teardown(ds); in felix_teardown()