Searched refs:reset_cause (Results 1 – 13 of 13) sorted by relevance
222 char reset_cause[64]; in kfd_smi_event_update_gpu_reset() local231 memset(reset_cause, 0, sizeof(reset_cause)); in kfd_smi_event_update_gpu_reset()234 amdgpu_reset_get_desc(reset_context, reset_cause, in kfd_smi_event_update_gpu_reset()235 sizeof(reset_cause)); in kfd_smi_event_update_gpu_reset()238 dev->reset_seq_num, reset_cause)); in kfd_smi_event_update_gpu_reset()
1259 int reset_cause = atomic_read(&dev->sram_ecc_flag) ? in kfd_signal_reset_event() local1266 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()1322 reset_cause == KFD_HW_EXCEPTION_ECC) { in kfd_signal_reset_event()1360 hw_exception_data.reset_cause = KFD_HW_EXCEPTION_ECC; in kfd_signal_poison_consumed_event()
1318 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()1327 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()1330 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()1334 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()1335 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()1457 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()1461 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_watchdog_reset()1605 dev->reset_cause[cause]++; in mt7603_watchdog_check()1862 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
25 dev->reset_cause[i]); in mt7603_reset_read()
157 unsigned int reset_cause[__RESET_CAUSE_MAX]; member
738 static const char * const reset_cause[__RESET_TYPE_MAX] = { in read_file_reset() local757 for (i = 0; i < ARRAY_SIZE(reset_cause); i++) { in read_file_reset()758 if (!reset_cause[i]) in read_file_reset()761 seq_printf(file, "%17s: %2d\n", reset_cause[i], in read_file_reset()
1906 enum idpf_vport_reset_cause reset_cause) in idpf_initiate_soft_reset() argument1938 switch (reset_cause) { in idpf_initiate_soft_reset()1986 if (reset_cause == IDPF_SR_Q_CHANGE) in idpf_initiate_soft_reset()2009 if (reset_cause == IDPF_SR_MTU_CHANGE) in idpf_initiate_soft_reset()
971 enum idpf_vport_reset_cause reset_cause);
1986 u32 reset_cause; member
4076 htt_stats_buf->reset_cause); in htt_print_phy_reset_stats_tlv()
1664 __le32 reset_cause; member
3803 le32_to_cpu(htt_stats_buf->reset_cause)); in ath12k_htt_print_phy_reset_stats_tlv()
2695 msg->reset_cause = *(__u8 *) data; in hl_fw_dynamic_send_msg()
Completed in 74 milliseconds