Lines Matching full:dsa
3 * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips
20 #include <linux/platform_data/dsa.h>
79 /* Used to determine which traffic should match the DSA filter in
88 * address, in which case the DSA master would drop packets on ingress
97 * DSA layer on top of the DSA CPU/management net_device instance. This is
141 * this dsa switch tree instance.
148 /* List of DSA links composing the routing table */
243 /* TODO: ideally DSA ports would have a single dp->link_dp member,
314 * @untag_bridge_pvid will force the DSA receive path to pop the bridge's
644 * If the switch needs to account for the DSA tag on the CPU port, this
744 /* All DSA tags that push the EtherType to the right (basically all except tail
908 * module_dsa_tag_drivers() - Helper macro for registering DSA tag
912 * Helper macro for DSA tag drivers which do not do anything special
930 * module_dsa_tag_driver() - Helper macro for registering a single DSA tag
934 * Helper macro for DSA tag drivers which do not do anything special