Home
last modified time | relevance | path

Searched refs:change_tag_protocol (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/dsa/
H A Dswitch.c880 if (!ds->ops->change_tag_protocol) in dsa_switch_change_tag_proto()
885 err = ds->ops->change_tag_protocol(ds, tag_ops->proto); in dsa_switch_change_tag_proto()
H A Ddsa.c585 err = ds->ops->change_tag_protocol(ds, tag_ops->proto); in dsa_switch_setup_tag_protocol()
1179 if (!ds->ops->change_tag_protocol) { in dsa_port_parse_cpu()
/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c2119 .change_tag_protocol = rtl8365mb_change_tag_protocol,
2140 .change_tag_protocol = rtl8365mb_change_tag_protocol,
/openbmc/linux/include/net/
H A Ddsa.h827 int (*change_tag_protocol)(struct dsa_switch *ds, member
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c2099 .change_tag_protocol = felix_change_tag_protocol,
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst617 - ``change_tag_protocol``: when the default tagging protocol has compatibility
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6913 .change_tag_protocol = mv88e6xxx_change_tag_protocol,