Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c455 struct iwl_mvm_time_event_data *aux_roc_te = NULL, *te_data; in iwl_mvm_aux_roc_te_handle_notif() local
459 aux_roc_te = te_data; in iwl_mvm_aux_roc_te_handle_notif()
463 if (!aux_roc_te) /* Not a Aux ROC time event */ in iwl_mvm_aux_roc_te_handle_notif()
466 iwl_mvm_te_check_trigger(mvm, notif, aux_roc_te); in iwl_mvm_aux_roc_te_handle_notif()
478 list_del(&aux_roc_te->list); /* remove from list */ in iwl_mvm_aux_roc_te_handle_notif()
479 aux_roc_te->running = false; in iwl_mvm_aux_roc_te_handle_notif()
480 aux_roc_te->vif = NULL; in iwl_mvm_aux_roc_te_handle_notif()
481 aux_roc_te->uid = 0; in iwl_mvm_aux_roc_te_handle_notif()
482 aux_roc_te->id = TE_MAX; in iwl_mvm_aux_roc_te_handle_notif()
485 aux_roc_te->running = true; in iwl_mvm_aux_roc_te_handle_notif()