Lines Matching defs:lowpan_btle_dev

65 struct lowpan_btle_dev {
77 static inline struct lowpan_btle_dev *
78 lowpan_btle_dev(const struct net_device *netdev)
80 return (struct lowpan_btle_dev *)lowpan_dev(netdev)->priv;
83 static inline void peer_add(struct lowpan_btle_dev *dev,
90 static inline bool peer_del(struct lowpan_btle_dev *dev,
106 static inline struct lowpan_peer *peer_lookup_ba(struct lowpan_btle_dev *dev,
135 __peer_lookup_chan(struct lowpan_btle_dev *dev, struct l2cap_chan *chan)
148 __peer_lookup_conn(struct lowpan_btle_dev *dev, struct l2cap_conn *conn)
160 static inline struct lowpan_peer *peer_lookup_dst(struct lowpan_btle_dev *dev,
229 struct lowpan_btle_dev *entry;
245 static struct lowpan_btle_dev *lookup_dev(struct l2cap_conn *conn)
247 struct lowpan_btle_dev *entry;
248 struct lowpan_btle_dev *dev = NULL;
375 struct lowpan_btle_dev *dev;
401 struct lowpan_btle_dev *dev;
408 dev = lowpan_btle_dev(netdev);
491 struct lowpan_btle_dev *entry;
498 struct lowpan_btle_dev *dev;
503 dev = lowpan_btle_dev(entry->netdev);
628 struct lowpan_btle_dev *dev = container_of(work, struct lowpan_btle_dev,
663 struct lowpan_btle_dev *dev,
692 static int setup_netdev(struct l2cap_chan *chan, struct lowpan_btle_dev **dev)
697 netdev = alloc_netdev(LOWPAN_PRIV_SIZE(sizeof(struct lowpan_btle_dev)),
710 *dev = lowpan_btle_dev(netdev);
743 struct lowpan_btle_dev *dev;
782 struct lowpan_btle_dev *entry = container_of(work,
783 struct lowpan_btle_dev,
793 struct lowpan_btle_dev *entry;
794 struct lowpan_btle_dev *dev = NULL;
814 dev = lowpan_btle_dev(entry->netdev);
867 struct lowpan_btle_dev *dev;
880 struct lowpan_btle_dev *dev;
1027 struct lowpan_btle_dev *entry;
1191 struct lowpan_btle_dev *entry;
1222 struct lowpan_btle_dev *entry, *tmp, *new_dev;
1260 struct lowpan_btle_dev *entry;