Searched defs:dsa_device_ops (Results 1 – 1 of 1) sorted by relevance
93 struct dsa_device_ops { struct94 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);95 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev);96 void (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,98 int (*connect)(struct dsa_switch *ds);99 void (*disconnect)(struct dsa_switch *ds);100 unsigned int needed_headroom;101 unsigned int needed_tailroom;102 const char *name;103 enum dsa_tag_protocol proto;[all …]
Completed in 9 milliseconds