Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c26 struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_clear_data() argument
30 if (!te_data || !te_data->vif) in iwl_mvm_te_clear_data()
33 list_del(&te_data->list); in iwl_mvm_te_clear_data()
39 INIT_LIST_HEAD(&te_data->list); in iwl_mvm_te_clear_data()
41 te_data->running = false; in iwl_mvm_te_clear_data()
42 te_data->uid = 0; in iwl_mvm_te_clear_data()
43 te_data->id = TE_MAX; in iwl_mvm_te_clear_data()
44 te_data->vif = NULL; in iwl_mvm_te_clear_data()
195 struct iwl_mvm_time_event_data *te_data, in iwl_mvm_te_handle_notify_csa() argument
198 struct ieee80211_vif *vif = te_data->vif; in iwl_mvm_te_handle_notify_csa()
[all …]
Dtime-event.h146 struct iwl_mvm_time_event_data *te_data);
157 struct iwl_mvm_time_event_data *te_data);
186 iwl_mvm_te_scheduled(struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_scheduled() argument
188 if (!te_data) in iwl_mvm_te_scheduled()
191 return !!te_data->uid; in iwl_mvm_te_scheduled()
Dmac80211.c3703 struct iwl_mvm_time_event_data *te_data = data; in iwl_mvm_rx_aux_roc() local
3719 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()
3721 te_data->uid); in iwl_mvm_rx_aux_roc()
3724 list_add_tail(&te_data->list, &mvm->aux_roc_te_list); in iwl_mvm_rx_aux_roc()
3742 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; in iwl_mvm_send_aux_roc_cmd() local
3807 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) { in iwl_mvm_send_aux_roc_cmd()
3812 te_data->vif = vif; in iwl_mvm_send_aux_roc_cmd()
3813 te_data->duration = duration; in iwl_mvm_send_aux_roc_cmd()
3814 te_data->id = HOT_SPOT_CMD; in iwl_mvm_send_aux_roc_cmd()
3830 iwl_mvm_rx_aux_roc, te_data); in iwl_mvm_send_aux_roc_cmd()
[all …]