Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtime-event.c85 struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_clear_data() argument
89 if (te_data->id == TE_MAX) in iwl_mvm_te_clear_data()
92 list_del(&te_data->list); in iwl_mvm_te_clear_data()
93 te_data->running = false; in iwl_mvm_te_clear_data()
94 te_data->uid = 0; in iwl_mvm_te_clear_data()
95 te_data->id = TE_MAX; in iwl_mvm_te_clear_data()
96 te_data->vif = NULL; in iwl_mvm_te_clear_data()
199 struct iwl_mvm_time_event_data *te_data, in iwl_mvm_te_handle_notify_csa() argument
202 struct ieee80211_vif *vif = te_data->vif; in iwl_mvm_te_handle_notify_csa()
208 switch (te_data->vif->type) { in iwl_mvm_te_handle_notify_csa()
[all …]
Dtime-event.h206 struct iwl_mvm_time_event_data *te_data);
217 struct iwl_mvm_time_event_data *te_data);
242 iwl_mvm_te_scheduled(struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_scheduled() argument
244 if (!te_data) in iwl_mvm_te_scheduled()
247 return !!te_data->uid; in iwl_mvm_te_scheduled()
Dmac80211.c2982 struct iwl_mvm_time_event_data *te_data = data; in iwl_mvm_rx_aux_roc() local
2998 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()
3000 te_data->uid); in iwl_mvm_rx_aux_roc()
3003 list_add_tail(&te_data->list, &mvm->aux_roc_te_list); in iwl_mvm_rx_aux_roc()
3017 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; in iwl_mvm_send_aux_roc_cmd() local
3044 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) { in iwl_mvm_send_aux_roc_cmd()
3049 te_data->vif = vif; in iwl_mvm_send_aux_roc_cmd()
3050 te_data->duration = duration; in iwl_mvm_send_aux_roc_cmd()
3051 te_data->id = HOT_SPOT_CMD; in iwl_mvm_send_aux_roc_cmd()
3067 iwl_mvm_rx_aux_roc, te_data); in iwl_mvm_send_aux_roc_cmd()
[all …]