Lines Matching refs:local
24 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue() local
28 list_for_each_entry_rcu(sdata, &local->interfaces, list) { in ieee802154_wake_queue()
40 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue() local
44 list_for_each_entry_rcu(sdata, &local->interfaces, list) { in ieee802154_stop_queue()
56 struct ieee802154_local *local = in ieee802154_xmit_ifs_timer() local
59 ieee802154_wake_queue(&local->hw); in ieee802154_xmit_ifs_timer()
68 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete() local
82 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()
86 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()
97 void ieee802154_stop_device(struct ieee802154_local *local) in ieee802154_stop_device() argument
99 flush_workqueue(local->workqueue); in ieee802154_stop_device()
100 hrtimer_cancel(&local->ifs_timer); in ieee802154_stop_device()
101 drv_stop(local); in ieee802154_stop_device()