Lines Matching defs:dev
63 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
77 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
90 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
102 static void phonet_device_destroy(struct net_device *dev) in phonet_device_destroy()
128 struct net_device *dev = NULL; in phonet_device_get() local
146 int phonet_address_add(struct net_device *dev, u8 addr) in phonet_address_add()
165 int phonet_address_del(struct net_device *dev, u8 addr) in phonet_address_del()
189 u8 phonet_address_get(struct net_device *dev, u8 daddr) in phonet_address_get()
246 static int phonet_device_autoconf(struct net_device *dev) in phonet_device_autoconf()
268 static void phonet_route_autodel(struct net_device *dev) in phonet_route_autodel()
297 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in phonet_device_notify() local
367 int phonet_route_add(struct net_device *dev, u8 daddr) in phonet_route_add()
384 int phonet_route_del(struct net_device *dev, u8 daddr) in phonet_route_del()
408 struct net_device *dev; in phonet_route_get_rcu() local
419 struct net_device *dev; in phonet_route_output() local