Searched refs:wk (Results 1 – 10 of 10) sorted by relevance
| /net/wireless/ |
| A D | core.c | 415 struct wiphy_work *wk; in cfg80211_wiphy_work() local 428 if (wk) { in cfg80211_wiphy_work() 429 list_del_init(&wk->entry); in cfg80211_wiphy_work() 434 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_wiphy_work() 435 wk->func(&rdev->wiphy, wk); in cfg80211_wiphy_work() 1121 struct wiphy_work *wk; in cfg80211_process_wiphy_works() local 1123 wk = list_first_entry(&rdev->wiphy_work_list, in cfg80211_process_wiphy_works() 1125 list_del_init(&wk->entry); in cfg80211_process_wiphy_works() 1128 trace_wiphy_work_run(&rdev->wiphy, wk); in cfg80211_process_wiphy_works() 1129 wk->func(&rdev->wiphy, wk); in cfg80211_process_wiphy_works() [all …]
|
| A D | core.h | 395 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk); 447 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
|
| A D | mlme.c | 646 void cfg80211_mgmt_registrations_update_wk(struct work_struct *wk) in cfg80211_mgmt_registrations_update_wk() argument 651 rdev = container_of(wk, struct cfg80211_registered_device, in cfg80211_mgmt_registrations_update_wk()
|
| A D | scan.c | 1179 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk) in __cfg80211_scan_done() argument
|
| /net/mac80211/ |
| A D | key.h | 172 struct wiphy_work *wk);
|
| A D | key.c | 1209 struct wiphy_work *wk) in ieee80211_delayed_tailroom_dec() argument 1213 sdata = container_of(wk, struct ieee80211_sub_if_data, in ieee80211_delayed_tailroom_dec()
|
| A D | tdls.c | 24 void ieee80211_tdls_peer_del_work(struct wiphy *wiphy, struct wiphy_work *wk) in ieee80211_tdls_peer_del_work() argument 29 sdata = container_of(wk, struct ieee80211_sub_if_data, in ieee80211_tdls_peer_del_work()
|
| A D | ieee80211_i.h | 622 struct wiphy_delayed_work wk; member 2797 void ieee80211_tdls_peer_del_work(struct wiphy *wiphy, struct wiphy_work *wk);
|
| A D | sta_info.c | 503 static void sta_deliver_ps_frames(struct work_struct *wk) in sta_deliver_ps_frames() argument 507 sta = container_of(wk, struct sta_info, drv_deliver_wk); in sta_deliver_ps_frames()
|
| A D | mlme.c | 3981 &sdata->u.mgd.reconf.wk); in ieee80211_ml_reconf_reset() 8717 u.mgd.reconf.wk.work); in ieee80211_ml_sta_reconf_timeout() 8745 wiphy_delayed_work_init(&ifmgd->reconf.wk, in ieee80211_sta_setup_sdata() 10794 &sdata->u.mgd.reconf.wk, in ieee80211_mgd_assoc_ml_reconf()
|
Completed in 69 milliseconds