Lines Matching defs:dev
48 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
62 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
76 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
88 static void phonet_device_destroy(struct net_device *dev) in phonet_device_destroy()
119 struct net_device *dev = NULL; in phonet_device_get() local
136 int phonet_address_add(struct net_device *dev, u8 addr) in phonet_address_add()
158 int phonet_address_del(struct net_device *dev, u8 addr) in phonet_address_del()
184 u8 phonet_address_get(struct net_device *dev, u8 daddr) in phonet_address_get()
241 static int phonet_device_autoconf(struct net_device *dev) in phonet_device_autoconf()
264 static void phonet_route_autodel(struct net_device *dev) in phonet_route_autodel()
299 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in phonet_device_notify() local
374 int phonet_route_add(struct net_device *dev, u8 daddr) in phonet_route_add()
393 int phonet_route_del(struct net_device *dev, u8 daddr) in phonet_route_del()
419 struct net_device *dev; in phonet_route_get_rcu() local
430 struct net_device *dev; in phonet_route_output() local