Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dtag.c108 if (unlikely(cpu_dp->ds->untag_bridge_pvid || in dsa_switch_rcv()
H A Dtag.h98 * All users of ds->untag_bridge_pvid should fix their drivers, if necessary,
143 * packet was not tagged on the wire. Called when ds->untag_bridge_pvid
180 if (dp->ds->untag_bridge_pvid) in dsa_software_vlan_untag()
/linux/include/net/
H A Ddsa.h413 u32 untag_bridge_pvid:1;
417 u32 untag_bridge_pvid:1; global() member
/linux/drivers/net/dsa/microchip/
H A Dksz8.c1946 ds->untag_bridge_pvid = true; in ksz8_setup()
/linux/drivers/net/dsa/b53/
H A Db53_common.c1286 ds->untag_bridge_pvid = dev->tag_protocol == DSA_TAG_PROTO_NONE; in b53_setup()