Lines Matching defs:dsa_device_ops
94 struct dsa_device_ops { struct
95 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);
96 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev);
97 void (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,
99 int (*connect)(struct dsa_switch *ds);
100 void (*disconnect)(struct dsa_switch *ds);
101 unsigned int needed_headroom;
102 unsigned int needed_tailroom;
103 const char *name;
104 enum dsa_tag_protocol proto;
110 bool promisc_on_conduit;