Home
last modified time | relevance | path

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

/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.c580 err = ds->ops->change_tag_protocol(ds, tag_ops->proto); in dsa_switch_setup_tag_protocol()
1177 if (!ds->ops->change_tag_protocol) { in dsa_port_parse_cpu()
/linux/include/net/
H A Ddsa.h875 int (*change_tag_protocol)(struct dsa_switch *ds, member
/linux/drivers/net/dsa/realtek/
H A Drtl8365mb_main.c3287 .change_tag_protocol = rtl8365mb_change_tag_protocol,