Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c223 char reset_cause[64]; in kfd_smi_event_update_gpu_reset() local
232 memset(reset_cause, 0, sizeof(reset_cause)); in kfd_smi_event_update_gpu_reset()
235 amdgpu_reset_get_desc(reset_context, reset_cause, in kfd_smi_event_update_gpu_reset()
236 sizeof(reset_cause)); in kfd_smi_event_update_gpu_reset()
239 dev->reset_seq_num, reset_cause)); in kfd_smi_event_update_gpu_reset()
H A Dkfd_events.c1240 int reset_cause = atomic_read(&dev->sram_ecc_flag) ? in kfd_signal_reset_event() local
1247 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()
1303 reset_cause == KFD_HW_EXCEPTION_ECC) { in kfd_signal_reset_event()
1340 hw_exception_data.reset_cause = KFD_HW_EXCEPTION_ECC; in kfd_signal_poison_consumed_event()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c1324 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()
1333 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()
1336 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1340 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()
1341 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1463 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()
1467 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_watchdog_reset()
1611 dev->reset_cause[cause]++; in mt7603_watchdog_check()
1868 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
H A Ddebugfs.c25 dev->reset_cause[i]); in mt7603_reset_read()
H A Dmt7603.h157 unsigned int reset_cause[__RESET_CAUSE_MAX]; member
/linux-6.15/include/uapi/linux/
H A Dkfd_ioctl.h331 __u32 reset_cause; member
620 #define KFD_EVENT_FMT_UPDATE_GPU_RESET(reset_seq_num, reset_cause)\ argument
621 "%x %s\n", (reset_seq_num), (reset_cause)
/linux-6.15/include/linux/habanalabs/
H A Dhl_boot_if.h623 __u8 reset_cause; member
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Ddebug.c738 static const char * const reset_cause[__RESET_TYPE_MAX] = { in read_file_reset() local
757 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()
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf.h825 enum idpf_vport_reset_cause reset_cause);
H A Didpf_lib.c1835 enum idpf_vport_reset_cause reset_cause) in idpf_initiate_soft_reset() argument
1867 switch (reset_cause) { in idpf_initiate_soft_reset()
1912 if (reset_cause == IDPF_SR_Q_CHANGE) in idpf_initiate_soft_reset()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h1986 u32 reset_cause; member
H A Ddebugfs_htt_stats.c4075 htt_stats_buf->reset_cause); in htt_print_phy_reset_stats_tlv()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.h1635 __le32 reset_cause; member
H A Ddebugfs_htt_stats.c3803 le32_to_cpu(htt_stats_buf->reset_cause)); in ath12k_htt_print_phy_reset_stats_tlv()
/linux-6.15/drivers/accel/habanalabs/common/
H A Dfirmware_if.c2695 msg->reset_cause = *(__u8 *) data; in hl_fw_dynamic_send_msg()
/linux-6.15/include/linux/platform_data/
H A Dcros_ec_commands.h5588 uint16_t reset_cause; member