Lines Matching defs:ieee802154_local
25 struct ieee802154_local { struct
26 struct ieee802154_hw hw;
27 const struct ieee802154_ops *ops;
30 struct wpan_phy *phy;
32 int open_count;
41 struct list_head interfaces;
42 struct mutex iflist_mtx;
47 struct workqueue_struct *workqueue;
49 struct hrtimer ifs_timer;
51 bool started;
52 bool suspended;
54 struct tasklet_struct tasklet;
55 struct sk_buff_head skb_queue;
57 struct sk_buff *tx_skb;
58 struct work_struct tx_work;
82 struct ieee802154_local *local; argument