Home
last modified time | relevance | path

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

/linux-4.4.14/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->vif) 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.h205 struct iwl_mvm_time_event_data *te_data);
216 struct iwl_mvm_time_event_data *te_data);
241 iwl_mvm_te_scheduled(struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_scheduled() argument
243 if (!te_data) in iwl_mvm_te_scheduled()
246 return !!te_data->uid; in iwl_mvm_te_scheduled()
Dmac80211.c3070 struct iwl_mvm_time_event_data *te_data = data; in iwl_mvm_rx_aux_roc() local
3086 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()
3088 te_data->uid); in iwl_mvm_rx_aux_roc()
3091 list_add_tail(&te_data->list, &mvm->aux_roc_te_list); in iwl_mvm_rx_aux_roc()
3105 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; in iwl_mvm_send_aux_roc_cmd() local
3132 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) { in iwl_mvm_send_aux_roc_cmd()
3137 te_data->vif = vif; in iwl_mvm_send_aux_roc_cmd()
3138 te_data->duration = duration; in iwl_mvm_send_aux_roc_cmd()
3139 te_data->id = HOT_SPOT_CMD; in iwl_mvm_send_aux_roc_cmd()
3155 iwl_mvm_rx_aux_roc, te_data); in iwl_mvm_send_aux_roc_cmd()
[all …]