Searched defs:dsa_device_ops (Results 1 – 2 of 2) sorted by relevance
18 struct dsa_device_ops { struct19 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);20 int (*rcv)(struct sk_buff *skb, struct net_device *dev,
44 const struct dsa_device_ops *dsa_device_ops[DSA_TAG_LAST] = { variable