Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c30 if (!te_data || !te_data->vif) 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()
45 te_data->link_id = -1; in iwl_mvm_te_clear_data()
298 te_data->id, in iwl_mvm_te_check_trigger()
386 te_data->end_jiffies = TU_TO_EXP_TIME(te_data->duration); in iwl_mvm_te_handle_notif()
1271 return te_data; in iwl_mvm_get_roc_te()
1280 if (te_data) in iwl_mvm_cleanup_roc_te()
1323 if (!te_data) { in iwl_mvm_stop_roc()
[all …]
H A Dtime-event.h154 struct iwl_mvm_time_event_data *te_data);
165 struct iwl_mvm_time_event_data *te_data);
194 iwl_mvm_te_scheduled(struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_scheduled() argument
196 if (!te_data) in iwl_mvm_te_scheduled()
199 return !!te_data->uid; in iwl_mvm_te_scheduled()
H A Dmac80211.c4651 struct iwl_mvm_time_event_data *te_data = data; in iwl_mvm_rx_aux_roc() local
4667 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()
4669 te_data->uid); in iwl_mvm_rx_aux_roc()
4672 list_add_tail(&te_data->list, &mvm->aux_roc_te_list); in iwl_mvm_rx_aux_roc()
4685 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; in iwl_mvm_send_aux_roc_cmd() local
4726 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) { in iwl_mvm_send_aux_roc_cmd()
4731 te_data->vif = vif; in iwl_mvm_send_aux_roc_cmd()
4732 te_data->duration = duration; in iwl_mvm_send_aux_roc_cmd()
4733 te_data->id = HOT_SPOT_CMD; in iwl_mvm_send_aux_roc_cmd()
4749 iwl_mvm_rx_aux_roc, te_data); in iwl_mvm_send_aux_roc_cmd()
[all …]