Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dswitchdev.h129 struct switchdev_ops { struct
130 int (*switchdev_port_attr_get)(struct net_device *dev,
132 int (*switchdev_port_attr_set)(struct net_device *dev,
135 int (*switchdev_port_obj_add)(struct net_device *dev,
138 int (*switchdev_port_obj_del)(struct net_device *dev,
/linux-4.19.296/include/linux/
Dnetdevice.h1820 const struct switchdev_ops *switchdev_ops; member