Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A 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()
45 te_data in iwl_mvm_te_clear_data()
203 iwl_mvm_te_handle_notify_csa(struct iwl_mvm * mvm,struct iwl_mvm_time_event_data * te_data,struct iwl_time_event_notif * notif) iwl_mvm_te_handle_notify_csa() argument
240 iwl_mvm_te_check_trigger(struct iwl_mvm * mvm,struct iwl_time_event_notif * notif,struct iwl_mvm_time_event_data * te_data) iwl_mvm_te_check_trigger() argument
295 iwl_mvm_te_handle_notif(struct iwl_mvm * mvm,struct iwl_mvm_time_event_data * te_data,struct iwl_time_event_notif * notif) iwl_mvm_te_handle_notif() argument
387 struct iwl_mvm_time_event_data *aux_roc_te = NULL, *te_data; iwl_mvm_aux_roc_te_handle_notif() local
437 struct iwl_mvm_time_event_data *te_data, *tmp; iwl_mvm_rx_time_event_notif() local
461 struct iwl_mvm_time_event_data *te_data = data; iwl_mvm_te_notif() local
493 struct iwl_mvm_time_event_data *te_data = data; iwl_mvm_time_event_response() local
519 iwl_mvm_time_event_send_add(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct iwl_mvm_time_event_data * te_data,struct iwl_time_event_cmd * te_cmd) iwl_mvm_time_event_send_add() argument
584 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; iwl_mvm_protect_session() local
676 __iwl_mvm_remove_time_event(struct iwl_mvm * mvm,struct iwl_mvm_time_event_data * te_data,u32 * uid) __iwl_mvm_remove_time_event() argument
743 iwl_mvm_remove_aux_roc_te(struct iwl_mvm * mvm,struct iwl_mvm_vif * mvmvif,struct iwl_mvm_time_event_data * te_data) iwl_mvm_remove_aux_roc_te() argument
774 iwl_mvm_remove_time_event(struct iwl_mvm * mvm,struct iwl_mvm_vif * mvmvif,struct iwl_mvm_time_event_data * te_data) iwl_mvm_remove_time_event() argument
800 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; iwl_mvm_stop_session_protection() local
846 struct iwl_mvm_time_event_data *te_data = iwl_mvm_rx_session_protect_notif() local
941 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; iwl_mvm_start_p2p_roc() local
994 struct iwl_mvm_time_event_data *te_data; iwl_mvm_get_roc_te() local
1025 struct iwl_mvm_time_event_data *te_data; iwl_mvm_cleanup_roc_te() local
1036 struct iwl_mvm_time_event_data *te_data; iwl_mvm_stop_roc() local
1076 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; iwl_mvm_remove_csa_period() local
1096 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; iwl_mvm_schedule_csa_period() local
1170 struct iwl_mvm_time_event_data *te_data = &mvmvif->time_event_data; iwl_mvm_schedule_session_protection() local
[all...]
H A Dtime-event.h146 * @te_data: the time event data that corresponds to that time event
154 struct iwl_mvm_time_event_data *te_data);
159 * @te_data: the time event data to remove
165 struct iwl_mvm_time_event_data *te_data);
189 * @te_data: the time event data that corresponds to that time event in iwl_mvm_te_scheduled()
194 iwl_mvm_te_scheduled(struct iwl_mvm_time_event_data *te_data)
196 if (!te_data)
199 return !!te_data->uid;
186 iwl_mvm_te_scheduled(struct iwl_mvm_time_event_data * te_data) iwl_mvm_te_scheduled() argument
H A Dmac80211.c4635 struct iwl_mvm_time_event_data *te_data = data; in iwl_mvm_roc_common()
4651 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_roc_common()
4653 te_data->uid); in iwl_mvm_roc_common()
4656 list_add_tail(&te_data->list, &mvm->aux_roc_te_list); in iwl_mvm_roc_common()
4669 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; in iwl_mvm_roc_common()
4710 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) { in iwl_mvm_roc_common()
4715 te_data->vif = vif; in iwl_mvm_roc_common()
4716 te_data->duration = duration; in iwl_mvm_roc_common()
4717 te_data->id = HOT_SPOT_CMD; in iwl_mvm_roc_common()
4733 iwl_mvm_rx_aux_roc, te_data);
4385 struct iwl_mvm_time_event_data *te_data = data; iwl_mvm_rx_aux_roc() local
4424 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; iwl_mvm_send_aux_roc_cmd() local
[all...]
/freebsd/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/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()