Home
last modified time | relevance | path

Searched refs:time_event_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c584 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; in iwl_mvm_protect_session()
800 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; in iwl_mvm_stop_session_protection()
847 &mvmvif->time_event_data; in iwl_mvm_rx_session_protect_notif()
882 mvmvif->time_event_data.id = SESSION_PROTECT_CONF_MAX_ID; in iwl_mvm_rx_session_protect_notif()
886 if (WARN_ON(mvmvif->time_event_data.id != in iwl_mvm_rx_session_protect_notif()
919 mvmvif->time_event_data.id = in iwl_mvm_start_p2p_roc_session_protection()
923 mvmvif->time_event_data.id = in iwl_mvm_start_p2p_roc_session_protection()
931 cmd.conf_id = cpu_to_le32(mvmvif->time_event_data.id); in iwl_mvm_start_p2p_roc_session_protection()
941 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; in iwl_mvm_start_p2p_roc()
1044 mvmvif->time_event_data.id); in iwl_mvm_stop_roc()
[all …]
Dmac-ctxt.c286 INIT_LIST_HEAD(&mvmvif->time_event_data.list); in iwl_mvm_mac_ctxt_init()
287 mvmvif->time_event_data.id = TE_MAX; in iwl_mvm_mac_ctxt_init()
1463 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down()
1475 } else if (!iwl_mvm_te_scheduled(&mvmvif->time_event_data)) { in iwl_mvm_csa_count_down()
Dmac80211.c1032 iwl_mvm_te_clear_data(mvm, &mvmvif->time_event_data); in iwl_mvm_cleanup_iterator()
2939 &mvmvif->time_event_data); in iwl_mvm_stop_ap_ibss_common()
5006 &mvmvif->time_event_data); in __iwl_mvm_unassign_vif_chanctx_common()
Dmvm.h438 struct iwl_mvm_time_event_data time_event_data; member