Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c306 bool using_tag_8021q) in felix_update_trapping_destinations() argument
331 if (using_tag_8021q) { in felix_update_trapping_destinations()
649 bool using_tag_8021q = (proto_ops == &felix_tag_8021q_proto_ops); in felix_tag_proto_setup_shared() local
656 felix_update_trapping_destinations(ds, using_tag_8021q); in felix_tag_proto_setup_shared()
1658 bool using_tag_8021q; in felix_hwtstamp_set() local
1665 using_tag_8021q = felix->tag_proto == DSA_TAG_PROTO_OCELOT_8021Q; in felix_hwtstamp_set()
1667 return felix_update_trapping_destinations(ds, using_tag_8021q); in felix_hwtstamp_set()
1820 bool using_tag_8021q; in felix_cls_flower_add() local
1827 using_tag_8021q = felix->tag_proto == DSA_TAG_PROTO_OCELOT_8021Q; in felix_cls_flower_add()
1829 return felix_update_trapping_destinations(ds, using_tag_8021q); in felix_cls_flower_add()