Searched refs:reset_cause (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Ddebugfs.c25 dev->reset_cause[i]);
H A Dmac.c1329 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED])
1338 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++;
1341 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0;
1345 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3)
1346 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0;
1467 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] ||
1471 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) {
1616 dev->reset_cause[cause]++;
1873 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) {
H A Dmt7603.h157 unsigned int reset_cause[__RESET_CAUSE_MAX]; member in struct:mt7603_dev
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c1231 int reset_cause = atomic_read(&dev->sram_ecc_flag) ? local
1238 hw_exception_data.reset_cause = reset_cause;
1265 reset_cause == KFD_HW_EXCEPTION_ECC) {
1302 hw_exception_data.reset_cause = KFD_HW_EXCEPTION_ECC;
/linux-master/include/linux/habanalabs/
H A Dhl_boot_if.h608 __u8 reset_cause; member in struct:lkd_fw_comms_msg::__anon1659::__anon1661
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddebug.c738 static const char * const reset_cause[__RESET_TYPE_MAX] = { local
756 for (i = 0; i < ARRAY_SIZE(reset_cause); i++) {
757 if (!reset_cause[i])
760 seq_printf(file, "%17s: %2d\n", reset_cause[i],
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf.h828 enum idpf_vport_reset_cause reset_cause);
H A Didpf_lib.c1845 * @reset_cause: reason for the soft reset
1851 enum idpf_vport_reset_cause reset_cause)
1883 switch (reset_cause) {
1971 if (reset_cause == IDPF_SR_Q_CHANGE)
1850 idpf_initiate_soft_reset(struct idpf_vport *vport, enum idpf_vport_reset_cause reset_cause) argument
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h261 /* For kfd_event_data.hw_exception_data.reset_cause. */
320 __u32 reset_cause; member in struct:kfd_hsa_hw_exception_data
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h1986 u32 reset_cause; member in struct:htt_phy_reset_stats_tlv
H A Ddebugfs_htt_stats.c4074 len += scnprintf(buf + len, buf_len - len, "reset_cause = 0x%0x\n",
4075 htt_stats_buf->reset_cause);
/linux-master/drivers/accel/habanalabs/common/
H A Dfirmware_if.c2632 msg->reset_cause = *(__u8 *) data;
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h5473 uint16_t reset_cause; member in struct:ec_response_uptime_info::ap_reset_log_entry

Completed in 285 milliseconds