Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c353 INIT_WORK(&mvif->csa_work, mt7921_csa_work); in mt7921_add_interface()
1445 csa_work); in mt7921_csa_work()
1489 cancel_work_sync(&mvif->csa_work); in mt7921_abort_channel_switch()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c321 ieee80211_queue_work(mvif->phy->mt76->hw, &mvif->csa_work); in mt792x_csa_timer()
369 cancel_work_sync(&mvif->csa_work); in mt792x_unassign_vif_chanctx()
H A Dmt792x.h149 struct work_struct csa_work; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c1675 mvmvif = container_of(wk, struct iwl_mvm_vif, csa_work.work); in iwl_mvm_channel_switch_disconnect_wk()
1786 INIT_DELAYED_WORK(&mvmvif->csa_work, in iwl_mvm_mac_init_mvmvif()
1947 cancel_delayed_work_sync(&mvmvif->csa_work); in iwl_mvm_prepare_mac_removal()
5710 schedule_delayed_work(&mvmvif->csa_work, 0); in iwl_mvm_pre_channel_switch()
5720 schedule_delayed_work(&mvmvif->csa_work, in iwl_mvm_pre_channel_switch()
H A Dtime-event.c255 cancel_delayed_work(&mvmvif->csa_work); in iwl_mvm_te_handle_notify_csa()
H A Dmac-ctxt.c1930 cancel_delayed_work(&mvmvif->csa_work); in iwl_mvm_channel_switch_start_notif()
H A Dmvm.h574 struct delayed_work csa_work; member