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->link_id = -1; in iwl_mvm_te_clear_data()
230 struct iwl_mvm_time_event_data *te_data, in iwl_mvm_te_handle_notify_csa() argument
[all …]
H A Dtime-event.h156 struct iwl_mvm_time_event_data *te_data);
167 struct iwl_mvm_time_event_data *te_data);
198 iwl_mvm_te_scheduled(struct iwl_mvm_time_event_data *te_data) in iwl_mvm_te_scheduled() argument
200 if (!te_data) in iwl_mvm_te_scheduled()
203 return !!te_data->uid; in iwl_mvm_te_scheduled()
H A Dmac80211.c4563 struct iwl_mvm_time_event_data *te_data = data; in iwl_mvm_rx_aux_roc() local
4579 te_data->uid = le32_to_cpu(resp->event_unique_id); in iwl_mvm_rx_aux_roc()
4581 te_data->uid); in iwl_mvm_rx_aux_roc()
4584 list_add_tail(&te_data->list, &mvm->aux_roc_te_list); in iwl_mvm_rx_aux_roc()
4597 struct iwl_mvm_time_event_data *te_data = &mvmvif->hs_time_event_data; in iwl_mvm_send_aux_roc_cmd() local
4638 if (WARN_ON(te_data->id == HOT_SPOT_CMD)) { in iwl_mvm_send_aux_roc_cmd()
4643 te_data->vif = vif; in iwl_mvm_send_aux_roc_cmd()
4644 te_data->duration = duration; in iwl_mvm_send_aux_roc_cmd()
4645 te_data->id = HOT_SPOT_CMD; in iwl_mvm_send_aux_roc_cmd()
4661 iwl_mvm_rx_aux_roc, te_data); in iwl_mvm_send_aux_roc_cmd()
[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()