Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.h96 const struct felix_tag_proto_ops *tag_proto_ops; member
H A Dfelix.c687 old_proto_ops = felix->tag_proto_ops; in felix_change_tag_protocol()
703 felix->tag_proto_ops = proto_ops; in felix_change_tag_protocol()
741 mask = felix->tag_proto_ops->get_host_fwd_mask(ds); in felix_port_set_host_flood()
753 return felix->tag_proto_ops->change_master(ds, port, master, extack); in felix_port_change_master()
1630 if (felix->tag_proto_ops) in felix_teardown()
1631 felix->tag_proto_ops->teardown(ds); in felix_teardown()