Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/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()
268 te_data->id, in iwl_mvm_te_check_trigger()
368 te_data->end_jiffies = TU_TO_EXP_TIME(te_data->duration); in iwl_mvm_te_handle_notif()
697 id = te_data->id; in __iwl_mvm_remove_time_event()
806 id = te_data->id; in iwl_mvm_stop_session_protection()
1020 return te_data; in iwl_mvm_get_roc_te()
1029 if (te_data) in iwl_mvm_cleanup_roc_te()
[all …]
H A 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()
H A Dmac80211.c4385 struct iwl_mvm_time_event_data *te_data = data; in iwl_mvm_rx_aux_roc() local
4401 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()
4403 te_data->uid); in iwl_mvm_rx_aux_roc()
4406 list_add_tail(&te_data->list, &mvm->aux_roc_te_list); in iwl_mvm_rx_aux_roc()
4424 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; in iwl_mvm_send_aux_roc_cmd() local
4489 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) { in iwl_mvm_send_aux_roc_cmd()
4494 te_data->vif = vif; in iwl_mvm_send_aux_roc_cmd()
4495 te_data->duration = duration; in iwl_mvm_send_aux_roc_cmd()
4496 te_data->id = HOT_SPOT_CMD; in iwl_mvm_send_aux_roc_cmd()
4512 iwl_mvm_rx_aux_roc, te_data); in iwl_mvm_send_aux_roc_cmd()
[all …]
/freebsd-14.2/sys/dev/iwm/
H A Dif_iwm_time_event.c296 void *te_data, struct iwm_time_event_cmd *te_cmd) in iwm_time_event_send_add() argument
/freebsd-14.2/contrib/tcpdump/
H A Dprint-decnet.c182 byte te_data; /* test data image field */ member
619 other = GET_U_1(cmp->cm_test.te_data); in print_decnet_ctlmsg()