Lines Matching refs:fw_err
102 struct iwm_fw_error_hdr *fw_err; in iwm_ntf_error() local
105 fw_err = &error->err; in iwm_ntf_error()
107 memcpy(iwm->last_fw_err, fw_err, sizeof(struct iwm_fw_error_hdr)); in iwm_ntf_error()
110 (le32_to_cpu(fw_err->category) == UMAC_SYS_ERR_CAT_LMAC) ? 'L' : 'U'); in iwm_ntf_error()
111 IWM_ERR(iwm, "\tCategory: %d\n", le32_to_cpu(fw_err->category)); in iwm_ntf_error()
112 IWM_ERR(iwm, "\tStatus: 0x%x\n", le32_to_cpu(fw_err->status)); in iwm_ntf_error()
113 IWM_ERR(iwm, "\tPC: 0x%x\n", le32_to_cpu(fw_err->pc)); in iwm_ntf_error()
114 IWM_ERR(iwm, "\tblink1: %d\n", le32_to_cpu(fw_err->blink1)); in iwm_ntf_error()
115 IWM_ERR(iwm, "\tblink2: %d\n", le32_to_cpu(fw_err->blink2)); in iwm_ntf_error()
116 IWM_ERR(iwm, "\tilink1: %d\n", le32_to_cpu(fw_err->ilink1)); in iwm_ntf_error()
117 IWM_ERR(iwm, "\tilink2: %d\n", le32_to_cpu(fw_err->ilink2)); in iwm_ntf_error()
118 IWM_ERR(iwm, "\tData1: 0x%x\n", le32_to_cpu(fw_err->data1)); in iwm_ntf_error()
119 IWM_ERR(iwm, "\tData2: 0x%x\n", le32_to_cpu(fw_err->data2)); in iwm_ntf_error()
120 IWM_ERR(iwm, "\tLine number: %d\n", le32_to_cpu(fw_err->line_num)); in iwm_ntf_error()
121 IWM_ERR(iwm, "\tUMAC status: 0x%x\n", le32_to_cpu(fw_err->umac_status)); in iwm_ntf_error()
122 IWM_ERR(iwm, "\tLMAC status: 0x%x\n", le32_to_cpu(fw_err->lmac_status)); in iwm_ntf_error()
123 IWM_ERR(iwm, "\tSDIO status: 0x%x\n", le32_to_cpu(fw_err->sdio_status)); in iwm_ntf_error()