Lines Matching refs:net_device

133 	int	(*switchdev_port_attr_get)(struct net_device *dev,
135 int (*switchdev_port_attr_set)(struct net_device *dev,
138 int (*switchdev_port_obj_add)(struct net_device *dev,
141 int (*switchdev_port_obj_del)(struct net_device *dev,
143 int (*switchdev_port_obj_dump)(struct net_device *dev,
154 struct net_device *dev;
163 static inline struct net_device *
172 int switchdev_port_attr_get(struct net_device *dev,
174 int switchdev_port_attr_set(struct net_device *dev,
176 int switchdev_port_obj_add(struct net_device *dev,
178 int switchdev_port_obj_del(struct net_device *dev,
180 int switchdev_port_obj_dump(struct net_device *dev, struct switchdev_obj *obj,
184 int call_switchdev_notifiers(unsigned long val, struct net_device *dev,
187 struct net_device *dev, u32 filter_mask,
189 int switchdev_port_bridge_setlink(struct net_device *dev,
191 int switchdev_port_bridge_dellink(struct net_device *dev,
199 struct net_device *dev, const unsigned char *addr,
202 struct net_device *dev, const unsigned char *addr,
205 struct net_device *dev,
206 struct net_device *filter_dev, int idx);
207 void switchdev_port_fwd_mark_set(struct net_device *dev,
208 struct net_device *group_dev,
217 static inline int switchdev_port_attr_get(struct net_device *dev, in switchdev_port_attr_get()
223 static inline int switchdev_port_attr_set(struct net_device *dev, in switchdev_port_attr_set()
229 static inline int switchdev_port_obj_add(struct net_device *dev, in switchdev_port_obj_add()
235 static inline int switchdev_port_obj_del(struct net_device *dev, in switchdev_port_obj_del()
241 static inline int switchdev_port_obj_dump(struct net_device *dev, in switchdev_port_obj_dump()
259 struct net_device *dev, in call_switchdev_notifiers()
266 u32 seq, struct net_device *dev, in switchdev_port_bridge_getlink()
272 static inline int switchdev_port_bridge_setlink(struct net_device *dev, in switchdev_port_bridge_setlink()
279 static inline int switchdev_port_bridge_dellink(struct net_device *dev, in switchdev_port_bridge_dellink()
306 struct net_device *dev, in switchdev_port_fdb_add()
314 struct net_device *dev, in switchdev_port_fdb_del()
322 struct net_device *dev, in switchdev_port_fdb_dump()
323 struct net_device *filter_dev, in switchdev_port_fdb_dump()
329 static inline void switchdev_port_fwd_mark_set(struct net_device *dev, in switchdev_port_fwd_mark_set()
330 struct net_device *group_dev, in switchdev_port_fwd_mark_set()