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()
430 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
457 if (le32_to_cpu(resp->unique_id) != te_data->uid) in iwl_mvm_te_notif()
461 te_data->uid); in iwl_mvm_te_notif()
492 te_data->uid = le32_to_cpu(resp->unique_id); in iwl_mvm_time_event_response()
494 te_data->uid); in iwl_mvm_time_event_response()
581 te_data->uid, in iwl_mvm_protect_session()
637 u32 *uid) in __iwl_mvm_remove_time_event() argument
648 *uid = te_data->uid; in __iwl_mvm_remove_time_event()
663 IWL_DEBUG_TE(mvm, "TE 0x%x has already ended\n", *uid); in __iwl_mvm_remove_time_event()
681 u32 uid; in iwl_mvm_remove_aux_roc_te() local
684 if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid)) in iwl_mvm_remove_aux_roc_te()
687 aux_cmd.event_unique_id = cpu_to_le32(uid); in iwl_mvm_remove_aux_roc_te()
710 u32 uid; in iwl_mvm_remove_time_event() local
713 if (!__iwl_mvm_remove_time_event(mvm, te_data, &uid)) in iwl_mvm_remove_time_event()
717 time_cmd.id = cpu_to_le32(uid); in iwl_mvm_remove_time_event()