Home
last modified time | relevance | path

Searched refs:te_data (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c82 struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_clear_data() argument
86 if (!te_data || !te_data->vif) in iwl_mvm_te_clear_data()
89 list_del(&te_data->list); in iwl_mvm_te_clear_data()
90 te_data->running = false; in iwl_mvm_te_clear_data()
91 te_data->uid = 0; in iwl_mvm_te_clear_data()
92 te_data->id = TE_MAX; in iwl_mvm_te_clear_data()
93 te_data->vif = NULL; in iwl_mvm_te_clear_data()
225 struct iwl_mvm_time_event_data *te_data, in iwl_mvm_te_handle_notify_csa() argument
228 struct ieee80211_vif *vif = te_data->vif; in iwl_mvm_te_handle_notify_csa()
234 switch (te_data->vif->type) { in iwl_mvm_te_handle_notify_csa()
[all …]
H A Dtime-event.h203 struct iwl_mvm_time_event_data *te_data);
214 struct iwl_mvm_time_event_data *te_data);
243 iwl_mvm_te_scheduled(struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_scheduled() argument
245 if (!te_data) in iwl_mvm_te_scheduled()
248 return !!te_data->uid; in iwl_mvm_te_scheduled()
H A Dmac80211.c3677 struct iwl_mvm_time_event_data *te_data = data; in iwl_mvm_rx_aux_roc() local
3693 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()
3695 te_data->uid); in iwl_mvm_rx_aux_roc()
3698 list_add_tail(&te_data->list, &mvm->aux_roc_te_list); in iwl_mvm_rx_aux_roc()
3716 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; in iwl_mvm_send_aux_roc_cmd() local
3781 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) { in iwl_mvm_send_aux_roc_cmd()
3786 te_data->vif = vif; in iwl_mvm_send_aux_roc_cmd()
3787 te_data->duration = duration; in iwl_mvm_send_aux_roc_cmd()
3788 te_data->id = HOT_SPOT_CMD; in iwl_mvm_send_aux_roc_cmd()
3804 iwl_mvm_rx_aux_roc, te_data); in iwl_mvm_send_aux_roc_cmd()
[all …]