Home
last modified time | relevance | path

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

/linux-6.1.9/net/dsa/
Dswitch.c822 if (!ds->ops->change_tag_protocol) in dsa_switch_change_tag_proto()
827 err = ds->ops->change_tag_protocol(ds, tag_ops->proto); in dsa_switch_change_tag_proto()
Ddsa2.c833 err = ds->ops->change_tag_protocol(ds, tag_ops->proto); in dsa_switch_setup_tag_protocol()
1441 if (!ds->ops->change_tag_protocol) { in dsa_port_parse_cpu()
/linux-6.1.9/drivers/net/dsa/realtek/
Drtl8365mb.c2091 .change_tag_protocol = rtl8365mb_change_tag_protocol,
2110 .change_tag_protocol = rtl8365mb_change_tag_protocol,
/linux-6.1.9/include/net/
Ddsa.h837 int (*change_tag_protocol)(struct dsa_switch *ds, member
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix.c2037 .change_tag_protocol = felix_change_tag_protocol,
/linux-6.1.9/Documentation/networking/dsa/
Ddsa.rst617 - ``change_tag_protocol``: when the default tagging protocol has compatibility
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/
Dchip.c6879 .change_tag_protocol = mv88e6xxx_change_tag_protocol,