Searched refs:reset_cause (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_smi_events.c | 223 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 D | kfd_events.c | 1232 int reset_cause = atomic_read(&dev->sram_ecc_flag) ? in kfd_signal_reset_event() local 1239 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event() 1287 reset_cause == KFD_HW_EXCEPTION_ECC) { in kfd_signal_reset_event() 1324 hw_exception_data.reset_cause = KFD_HW_EXCEPTION_ECC; in kfd_signal_poison_consumed_event()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mac.c | 1329 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset() 1338 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset() 1341 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset() 1345 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset() 1346 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset() 1468 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset() 1472 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_watchdog_reset() 1617 dev->reset_cause[cause]++; in mt7603_watchdog_check() 1874 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
|
H A D | debugfs.c | 25 dev->reset_cause[i]); in mt7603_reset_read()
|
H A D | mt7603.h | 157 unsigned int reset_cause[__RESET_CAUSE_MAX]; member
|
/linux/include/uapi/linux/ |
H A D | kfd_ioctl.h | 325 __u32 reset_cause; member 613 #define KFD_EVENT_FMT_UPDATE_GPU_RESET(reset_seq_num, reset_cause)\ argument 614 "%x %s\n", (reset_seq_num), (reset_cause)
|
/linux/include/linux/habanalabs/ |
H A D | hl_boot_if.h | 623 __u8 reset_cause; member
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | debug.c | 738 static const char * const reset_cause[__RESET_TYPE_MAX] = { in read_file_reset() local 756 for (i = 0; i < ARRAY_SIZE(reset_cause); i++) { in read_file_reset() 757 if (!reset_cause[i]) in read_file_reset() 760 seq_printf(file, "%17s: %2d\n", reset_cause[i], in read_file_reset()
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf.h | 825 enum idpf_vport_reset_cause reset_cause);
|
H A D | idpf_lib.c | 1835 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/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 1986 u32 reset_cause; member
|
H A D | debugfs_htt_stats.c | 4075 htt_stats_buf->reset_cause); in htt_print_phy_reset_stats_tlv()
|
/linux/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 5552 uint16_t reset_cause; member
|
/linux/drivers/accel/habanalabs/common/ |
H A D | firmware_if.c | 2695 msg->reset_cause = *(__u8 *) data; in hl_fw_dynamic_send_msg()
|