Lines Matching defs:ieee802154_local
33 struct ieee802154_local { struct
34 struct ieee802154_hw hw;
35 const struct ieee802154_ops *ops;
38 struct wpan_phy *phy;
40 int open_count;
49 struct list_head interfaces;
50 struct mutex iflist_mtx;
55 struct workqueue_struct *workqueue;
57 struct hrtimer ifs_timer;
59 bool started;
60 bool suspended;
62 struct tasklet_struct tasklet;
63 struct sk_buff_head skb_queue;
88 struct ieee802154_local *local; argument