Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/linux/
Dnetdevice.h1800 const struct switchdev_ops *switchdev_ops; member