Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Ddsa.c584 err = ds->ops->change_tag_protocol(ds, tag_ops->proto); in dsa_switch_setup_tag_protocol()
1181 if (!ds->ops->change_tag_protocol) { in dsa_port_parse_cpu()
1235 * driver is ready to accept calls to .change_tag_protocol. If in dsa_port_parse_cpu()
/linux/include/net/
H A Ddsa.h846 * protocols should implement @change_tag_protocol and report in
852 int (*change_tag_protocol)(struct dsa_switch *ds, member
/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c2123 .change_tag_protocol = rtl8365mb_change_tag_protocol,
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c2240 .change_tag_protocol = felix_change_tag_protocol,
/linux/Documentation/networking/dsa/
H A Ddsa.rst621 - ``change_tag_protocol``: when the default tagging protocol has compatibility
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c7158 .change_tag_protocol = mv88e6xxx_change_tag_protocol,