Searched refs:using_tag_8021q (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c306 bool using_tag_8021q)
331 if (using_tag_8021q) {
647 bool using_tag_8021q = (proto_ops == &felix_tag_8021q_proto_ops); local
654 felix_update_trapping_destinations(ds, using_tag_8021q);
1651 bool using_tag_8021q; local
1658 using_tag_8021q = felix->tag_proto == DSA_TAG_PROTO_OCELOT_8021Q;
1660 return felix_update_trapping_destinations(ds, using_tag_8021q);
1809 bool using_tag_8021q; local
1816 using_tag_8021q = felix->tag_proto == DSA_TAG_PROTO_OCELOT_8021Q;
1818 return felix_update_trapping_destinations(ds, using_tag_8021q);
305 felix_update_trapping_destinations(struct dsa_switch *ds, bool using_tag_8021q) argument
[all...]

Completed in 122 milliseconds