Home
last modified time | relevance | path

Searched refs:csa_work (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c225 cancel_delayed_work(&mvmvif->csa_work); in iwl_mvm_te_handle_notify_csa()
H A Dmld-mac80211.c102 INIT_DELAYED_WORK(&mvmvif->csa_work, in iwl_mvm_mld_mac_add_interface()
H A Dmac80211.c1470 mvmvif = container_of(wk, struct iwl_mvm_vif, csa_work.work); in iwl_mvm_channel_switch_disconnect_wk()
1627 INIT_DELAYED_WORK(&mvmvif->csa_work, in iwl_mvm_mac_add_interface()
5484 schedule_delayed_work(&mvmvif->csa_work, 0); in iwl_mvm_pre_channel_switch()
5494 schedule_delayed_work(&mvmvif->csa_work, in iwl_mvm_pre_channel_switch()
H A Dmac-ctxt.c1845 cancel_delayed_work(&mvmvif->csa_work); in iwl_mvm_channel_switch_start_notif()
H A Dmvm.h439 struct delayed_work csa_work; member