Home
last modified time | relevance | path

Searched refs:ct_kill_exit_wk (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/dev/iwlwifi/mld/
H A Dthermal.c33 wiphy_delayed_work_queue(mld->wiphy, &mld->ct_kill_exit_wk, in iwl_mld_handle_ct_kill_notif()
41 mld = container_of(wk, struct iwl_mld, ct_kill_exit_wk.work); in iwl_mld_exit_ctkill()
446 wiphy_delayed_work_init(&mld->ct_kill_exit_wk, iwl_mld_exit_ctkill); in iwl_mld_thermal_initialize()
460 wiphy_delayed_work_cancel(mld->wiphy, &mld->ct_kill_exit_wk); in iwl_mld_thermal_exit()
H A Dmld.h249 struct wiphy_delayed_work ct_kill_exit_wk; member