Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dswitch.c931 if (!ds->ops->connect_tag_protocol) in dsa_switch_connect_tag_proto()
935 err = ds->ops->connect_tag_protocol(ds, tag_ops->proto); in dsa_switch_connect_tag_proto()
H A Ddsa.c595 if (ds->ops->connect_tag_protocol) { in dsa_switch_setup_tag_protocol()
596 err = ds->ops->connect_tag_protocol(ds, tag_ops->proto); in dsa_switch_setup_tag_protocol()
/linux/drivers/net/dsa/microchip/
H A Dlan937x_main.c951 .connect_tag_protocol = lan937x_connect_tag_protocol,
H A Dksz8.c3116 .connect_tag_protocol = ksz8463_connect_tag_protocol,
3163 .connect_tag_protocol = ksz87xx_connect_tag_protocol,
3213 .connect_tag_protocol = ksz88xx_connect_tag_protocol,
H A Dksz9477.c2217 .connect_tag_protocol = ksz9477_connect_tag_protocol,
/linux/include/net/
H A Ddsa.h882 int (*connect_tag_protocol)(struct dsa_switch *ds, member