Lines Matching refs:uid
94 te_data->uid = 0; in iwl_mvm_te_clear_data()
363 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_aux_roc_te_handle_notif()
393 te_data->uid = 0; in iwl_mvm_aux_roc_te_handle_notif()
431 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
460 if (le32_to_cpu(resp->unique_id) != te_data->uid) in iwl_mvm_te_notif()
464 te_data->uid); in iwl_mvm_te_notif()
495 te_data->uid = le32_to_cpu(resp->unique_id); in iwl_mvm_time_event_response()
497 te_data->uid); in iwl_mvm_time_event_response()
584 te_data->uid, in iwl_mvm_protect_session()
641 u32 *uid) in __iwl_mvm_remove_time_event() argument
652 *uid = te_data->uid; in __iwl_mvm_remove_time_event()
667 IWL_DEBUG_TE(mvm, "TE 0x%x has already ended\n", *uid); in __iwl_mvm_remove_time_event()
685 u32 uid; in iwl_mvm_remove_aux_roc_te() local
688 if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid)) in iwl_mvm_remove_aux_roc_te()
691 aux_cmd.event_unique_id = cpu_to_le32(uid); in iwl_mvm_remove_aux_roc_te()
714 u32 uid; in iwl_mvm_remove_time_event() local
717 if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid)) in iwl_mvm_remove_time_event()
721 time_cmd.id = cpu_to_le32(uid); in iwl_mvm_remove_time_event()