Searched refs:err_type (Results 26 - 50 of 70) sorted by relevance

123

/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1412 __be16 err_type, severity; local
1434 &frozen_pe_no, &err_type, &severity);
1443 if (be16_to_cpu(err_type) == OPAL_EEH_NO_ERROR ||
1456 __func__, be16_to_cpu(err_type),
1459 switch (be16_to_cpu(err_type)) {
1541 __func__, be16_to_cpu(err_type));
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c112 enum qed_hw_err_type err_type);
2750 enum qed_hw_err_type err_type)
2754 switch (err_type) {
2769 DP_NOTICE(edev, "Unexpected HW error [%d]\n", err_type);
2777 enum qed_hw_err_type err_type)
2786 err_type != QED_HW_ERR_FAN_FAIL) {
2792 if (err_type >= QED_HW_ERR_LAST) {
2793 DP_NOTICE(edev, "Unknown HW error [%d]\n", err_type);
2798 edev->last_err_type = err_type;
2799 qede_set_hw_err_flags(edev, err_type);
2749 qede_set_hw_err_flags(struct qede_dev *edev, enum qed_hw_err_type err_type) argument
2776 qede_schedule_hw_err_handler(void *dev, enum qed_hw_err_type err_type) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c834 enum qed_hw_err_type err_type, const char *fmt, ...)
853 err_type != QED_HW_ERR_FAN_FAIL) {
857 err_type);
861 qed_hw_error_occurred(p_hwfn, err_type);
833 qed_hw_err_notify(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, enum qed_hw_err_type err_type, const char *fmt, ...) argument
H A Dqed_main.c2755 enum qed_hw_err_type err_type)
2761 if (err_type > QED_HW_ERR_LAST)
2762 err_type = QED_HW_ERR_LAST;
2763 err_str = qed_hw_err_type_descr[err_type];
2772 ops->schedule_hw_err_handler(cookie, err_type);
2754 qed_hw_error_occurred(struct qed_hwfn *p_hwfn, enum qed_hw_err_type err_type) argument
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c626 u32 db, err, err_type; local
639 err_type = lan_rd(lan966x, FDMA_ERRORS);
641 WARN(1, "Unexpected error: %d, error_type: %d\n", err, err_type);
644 lan_wr(err_type, lan966x, FDMA_ERRORS);
/linux-master/arch/arm/mach-omap2/
H A Dcontrol.c58 u16 err_type; member in struct:omap3_scratchpad_sdrc_block
282 sdrc_block_contents.err_type =
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h832 void amdgpu_ras_get_error_type_name(uint32_t err_type, char *err_type_name);
847 uint32_t err_type,
H A Damdgpu_ras_eeprom.c483 buf[i++] = record->err_type;
511 record->err_type = buf[i++];
1162 record_err_type_str[record.err_type],
H A Damdgpu_umc.c404 err_rec->err_type = AMDGPU_RAS_EEPROM_ERR_NON_RECOVERABLE;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx.c1252 int err_type; local
1257 err_type = FIELD_GET(RESP_LINKSTAT_ERRTYPE, lstat);
1266 if (err_type == CGX_ERR_SPEED_CHANGE_INVALID)
1275 if (err_type != CGX_ERR_NONE) {
1277 cgx->cgx_id, lmac->lmac_id, err_type);
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c184 status->err_type = bd->type2.error_type;
198 status->err_type = bd3->error_type;
208 if (unlikely(req->err_type || status->done != SEC_SQE_DONE)) {
209 dev_err_ratelimited(ctx->dev, "err_type[%d], done[%u]\n",
210 req->err_type, status->done);
264 req->err_type = status.err_type;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h498 u16 err_type; member in struct:hinic_fault_hw_mgmt::__anon1415
H A Dhinic_devlink.c331 devlink_fmsg_u32_pair_put(fmsg, "err_type", (u32)event->event.chip.err_type);
H A Dhinic_port.h214 u8 err_type; member in struct:hinic_link_err_event
H A Dhinic_main.c1035 if (link_err->err_type >= LINK_ERR_NUM)
1038 link_err->err_type);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcq.c372 item->err_type = IB_SIG_BAD_GUARD;
377 item->err_type = IB_SIG_BAD_REFTAG;
382 item->err_type = IB_SIG_BAD_APPTAG;
566 mlx5_ib_warn(dev, "CQN: 0x%x Got SIGERR on key: 0x%x err_type %x err_offset %llx expected %x actual %x\n",
568 sig->err_item.err_type,
/linux-master/drivers/scsi/qedf/
H A Dqedf.h553 enum qed_hw_err_type err_type);
/linux-master/arch/powerpc/include/asm/
H A Drtas.h455 void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
/linux-master/include/linux/qed/
H A Dqed_if.h822 enum qed_hw_err_type err_type);
936 enum qed_hw_err_type err_type);
/linux-master/drivers/infiniband/ulp/iser/
H A Diser_verbs.c917 mr_status.sig_err.err_type,
922 switch (mr_status.sig_err.err_type) {
/linux-master/drivers/scsi/qedi/
H A Dqedi_main.c71 enum qed_hw_err_type err_type);
1122 enum qed_hw_err_type err_type)
1132 err_type, qedi->qedi_err_flags);
1134 switch (err_type) {
1147 if (err_type == QED_HW_ERR_RAMROD_FAIL &&
1121 qedi_schedule_hw_err_handler(void *dev, enum qed_hw_err_type err_type) argument
/linux-master/include/linux/
H A Dcper.h410 guid_t err_type; member in struct:cper_ia_err_info
/linux-master/drivers/accel/habanalabs/common/
H A Ddevice.c1088 info.err_type = HL_INFO_FW_HEARTBEAT_ERR;
2771 info->event.err_type = fw_info->err_type;
2772 if (fw_info->err_type == HL_INFO_FW_REPORTED_ERR)
/linux-master/drivers/pci/
H A Dpci-driver.c1593 * @err_type: type of error event
1595 void pci_uevent_ers(struct pci_dev *pdev, enum pci_ers_result err_type) argument
1600 switch (err_type) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2692 int err_type, len, data_len; local
2697 err_type = BGS_GUARD_ERR_MASK;
2758 err_type = BGS_GUARD_ERR_MASK;
2766 err_type = BGS_REFTAG_ERR_MASK;
2774 err_type = BGS_APPTAG_ERR_MASK;
2816 if (err_type == BGS_GUARD_ERR_MASK) {
2825 } else if (err_type == BGS_REFTAG_ERR_MASK) {
2835 } else if (err_type == BGS_APPTAG_ERR_MASK) {

Completed in 536 milliseconds

123