• Home
  • Raw
  • Download

Lines Matching defs:dev

90 static void switchdev_trans_items_warn_destroy(struct net_device *dev,  in switchdev_trans_items_warn_destroy()
106 struct net_device *dev; member
157 static int switchdev_deferred_enqueue(struct net_device *dev, in switchdev_deferred_enqueue()
183 int switchdev_port_attr_get(struct net_device *dev, struct switchdev_attr *attr) in switchdev_port_attr_get()
219 static int __switchdev_port_attr_set(struct net_device *dev, in __switchdev_port_attr_set()
254 static int switchdev_port_attr_set_now(struct net_device *dev, in switchdev_port_attr_set_now()
297 static void switchdev_port_attr_set_deferred(struct net_device *dev, in switchdev_port_attr_set_deferred()
311 static int switchdev_port_attr_set_defer(struct net_device *dev, in switchdev_port_attr_set_defer()
331 int switchdev_port_attr_set(struct net_device *dev, in switchdev_port_attr_set()
354 static int __switchdev_port_obj_add(struct net_device *dev, in __switchdev_port_obj_add()
380 static int switchdev_port_obj_add_now(struct net_device *dev, in switchdev_port_obj_add_now()
424 static void switchdev_port_obj_add_deferred(struct net_device *dev, in switchdev_port_obj_add_deferred()
438 static int switchdev_port_obj_add_defer(struct net_device *dev, in switchdev_port_obj_add_defer()
459 int switchdev_port_obj_add(struct net_device *dev, in switchdev_port_obj_add()
469 static int switchdev_port_obj_del_now(struct net_device *dev, in switchdev_port_obj_del_now()
494 static void switchdev_port_obj_del_deferred(struct net_device *dev, in switchdev_port_obj_del_deferred()
508 static int switchdev_port_obj_del_defer(struct net_device *dev, in switchdev_port_obj_del_defer()
525 int switchdev_port_obj_del(struct net_device *dev, in switchdev_port_obj_del()
569 int call_switchdev_notifiers(unsigned long val, struct net_device *dev, in call_switchdev_notifiers()