|
@@ -130,11 +130,6 @@ struct dsa_switch_tree {
|
|
*/
|
|
*/
|
|
struct dsa_platform_data *pd;
|
|
struct dsa_platform_data *pd;
|
|
|
|
|
|
- /* Copy of tag_ops->rcv for faster access in hot path */
|
|
|
|
- struct sk_buff * (*rcv)(struct sk_buff *skb,
|
|
|
|
- struct net_device *dev,
|
|
|
|
- struct packet_type *pt);
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* The switch port to which the CPU is attached.
|
|
* The switch port to which the CPU is attached.
|
|
*/
|
|
*/
|
|
@@ -144,12 +139,6 @@ struct dsa_switch_tree {
|
|
* Data for the individual switch chips.
|
|
* Data for the individual switch chips.
|
|
*/
|
|
*/
|
|
struct dsa_switch *ds[DSA_MAX_SWITCHES];
|
|
struct dsa_switch *ds[DSA_MAX_SWITCHES];
|
|
-
|
|
|
|
- /*
|
|
|
|
- * Tagging protocol operations for adding and removing an
|
|
|
|
- * encapsulation tag.
|
|
|
|
- */
|
|
|
|
- const struct dsa_device_ops *tag_ops;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/* TC matchall action types, only mirroring for now */
|
|
/* TC matchall action types, only mirroring for now */
|