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.h94 const struct felix_tag_proto_ops *tag_proto_ops; member
H A Dfelix.c775 old_proto_ops = felix->tag_proto_ops; in felix_change_tag_protocol()
791 felix->tag_proto_ops = proto_ops; in felix_change_tag_protocol()
829 mask = felix->tag_proto_ops->get_host_fwd_mask(ds); in felix_port_set_host_flood()
841 return felix->tag_proto_ops->change_conduit(ds, port, conduit, extack); in felix_port_change_conduit()
1761 if (felix->tag_proto_ops) in felix_teardown()
1762 felix->tag_proto_ops->teardown(ds); in felix_teardown()