Lines Matching refs:net_device
58 static __le16 lowpan_get_pan_id(const struct net_device *dev) in lowpan_get_pan_id()
60 struct net_device *real_dev = lowpan_dev_info(dev)->real_dev; in lowpan_get_pan_id()
65 static __le16 lowpan_get_short_addr(const struct net_device *dev) in lowpan_get_short_addr()
67 struct net_device *real_dev = lowpan_dev_info(dev)->real_dev; in lowpan_get_short_addr()
72 static u8 lowpan_get_dsn(const struct net_device *dev) in lowpan_get_dsn()
74 struct net_device *real_dev = lowpan_dev_info(dev)->real_dev; in lowpan_get_dsn()
86 static void lowpan_set_lockdep_class_one(struct net_device *dev, in lowpan_set_lockdep_class_one()
94 static int lowpan_dev_init(struct net_device *dev) in lowpan_dev_init()
112 static void lowpan_setup(struct net_device *dev) in lowpan_setup()
141 static int lowpan_newlink(struct net *src_net, struct net_device *dev, in lowpan_newlink()
144 struct net_device *real_dev; in lowpan_newlink()
194 static void lowpan_dellink(struct net_device *dev, struct list_head *head) in lowpan_dellink()
197 struct net_device *real_dev = lowpan_dev->real_dev; in lowpan_dellink()
244 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in lowpan_device_event()