Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/ocelot/
H A Dfelix.h81 int (*change_conduit)(struct dsa_switch *ds, int port, member
H A Dfelix.c564 .change_conduit = felix_tag_npi_change_conduit,
670 .change_conduit = felix_tag_8021q_change_conduit,
840 return felix->tag_proto_ops->change_conduit(ds, port, conduit, extack); in felix_port_change_conduit()