Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds