Home
last modified time | relevance | path

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

/openbmc/linux/net/dsa/
H A Dtag_none.c24 .proto = DSA_TAG_PROTO_NONE,
29 MODULE_ALIAS_DSA_TAG_DRIVER(DSA_TAG_PROTO_NONE, NONE_NAME);
H A Ddsa.c1134 enum dsa_tag_protocol tag_protocol = DSA_TAG_PROTO_NONE; in dsa_get_tag_protocol()
1148 DSA_TAG_PROTO_NONE); in dsa_get_tag_protocol()
/openbmc/linux/drivers/net/dsa/
H A Ddsa_loop.c84 return DSA_TAG_PROTO_NONE; in dsa_loop_get_protocol()
H A Dvitesse-vsc73xx-core.c601 return DSA_TAG_PROTO_NONE; in vsc73xx_get_tag_protocol()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c628 bool tag_en = !(dev->tag_protocol == DSA_TAG_PROTO_NONE); in b53_brcm_hdr_setup()
739 return dev->tag_protocol == DSA_TAG_PROTO_NONE && dsa_is_cpu_port(ds, port); in b53_vlan_port_needs_forced_tagged()
1112 ds->untag_bridge_pvid = dev->tag_protocol == DSA_TAG_PROTO_NONE; in b53_setup()
2111 dev->tag_protocol = DSA_TAG_PROTO_NONE; in b53_get_tag_protocol()
/openbmc/linux/include/net/
H A Ddsa.h61 DSA_TAG_PROTO_NONE = DSA_TAG_PROTO_NONE_VALUE, enumerator
/openbmc/linux/Documentation/networking/dsa/
H A Dconfiguration.rst168 (DSA_TAG_PROTO_NONE). These switches can be configured by a VLAN based
H A Ddsa.rst69 tagging protocol, and a tag-less mode as well (``DSA_TAG_PROTO_NONE``).
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c2591 enum dsa_tag_protocol proto = DSA_TAG_PROTO_NONE; in ksz_get_tag_protocol()