Lines Matching refs:err_id
106 static bool iwl_fwrt_if_errorid_other_cpu(u32 err_id) in iwl_fwrt_if_errorid_other_cpu() argument
108 err_id &= 0xFF; in iwl_fwrt_if_errorid_other_cpu()
110 if ((err_id >= FW_ASSERT_LMAC_FATAL && in iwl_fwrt_if_errorid_other_cpu()
111 err_id <= RT_NMI_INTERRUPT_OTHER_LMAC_FATAL) || in iwl_fwrt_if_errorid_other_cpu()
112 err_id == FW_ASSERT_NMI_UNKNOWN) in iwl_fwrt_if_errorid_other_cpu()
534 bool iwl_fwrt_read_err_table(struct iwl_trans *trans, u32 base, u32 *err_id) in iwl_fwrt_read_err_table() argument
539 __le32 err_id; in iwl_fwrt_read_err_table() member
543 if (err_id) in iwl_fwrt_read_err_table()
544 *err_id = 0; in iwl_fwrt_read_err_table()
555 if (err_info.valid && err_id) in iwl_fwrt_read_err_table()
556 *err_id = le32_to_cpu(err_info.err_id); in iwl_fwrt_read_err_table()