Home
last modified time | relevance | path

Searched defs:dsa_device_ops (Results 1 – 2 of 2) sorted by relevance

/net/dsa/
Ddsa_priv.h18 struct dsa_device_ops { struct
19 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);
20 int (*rcv)(struct sk_buff *skb, struct net_device *dev,
Ddsa.c44 const struct dsa_device_ops *dsa_device_ops[DSA_TAG_LAST] = { variable