Searched refs:time_event_data (Results 1 – 4 of 4) sorted by relevance
574 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; in iwl_mvm_protect_session()652 .conf_id = cpu_to_le32(mvmvif->time_event_data.id), in iwl_mvm_cancel_session_protection()785 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; in iwl_mvm_stop_session_protection()824 &mvmvif->time_event_data; in iwl_mvm_rx_session_protect_notif()857 mvmvif->time_event_data.id = SESSION_PROTECT_CONF_MAX_ID; in iwl_mvm_rx_session_protect_notif()862 if (WARN_ON(mvmvif->time_event_data.id != in iwl_mvm_rx_session_protect_notif()895 mvmvif->time_event_data.id = in iwl_mvm_start_p2p_roc_session_protection()899 mvmvif->time_event_data.id = in iwl_mvm_start_p2p_roc_session_protection()907 cmd.conf_id = cpu_to_le32(mvmvif->time_event_data.id); in iwl_mvm_start_p2p_roc_session_protection()917 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; in iwl_mvm_start_p2p_roc()[all …]
337 INIT_LIST_HEAD(&mvmvif->time_event_data.list); in iwl_mvm_mac_ctxt_init()338 mvmvif->time_event_data.id = TE_MAX; in iwl_mvm_mac_ctxt_init()1310 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down()1322 } else if (!iwl_mvm_te_scheduled(&mvmvif->time_event_data)) { in iwl_mvm_csa_count_down()
1080 iwl_mvm_te_clear_data(mvm, &mvmvif->time_event_data); in iwl_mvm_cleanup_iterator()2626 &mvmvif->time_event_data); in iwl_mvm_stop_ap_ibss()4209 iwl_mvm_remove_time_event(mvm, mvmvif, &mvmvif->time_event_data); in __iwl_mvm_unassign_vif_chanctx()
404 struct iwl_mvm_time_event_data time_event_data; member