Home
last modified time | relevance | path

Searched refs:errstat (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/misc/cxl/
Dnative.c1098 info->errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); in native_get_irq_info()
1137 u64 dsisr, u64 errstat) in native_handle_psl_slice_error() argument
1140 dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%016llx\n", errstat); in native_handle_psl_slice_error()
1150 return cxl_ops->ack_irq(ctx, 0, errstat); in native_handle_psl_slice_error()
1253 u64 errstat, serr, afu_error, dsisr; in native_slice_irq_err() local
1260 errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); in native_slice_irq_err()
1271 dev_crit(&afu->dev, "CXL_PSL_ErrStat_An: 0x%016llx\n", errstat); in native_slice_irq_err()
1438 static void recover_psl_err(struct cxl_afu *afu, u64 errstat) in recover_psl_err() argument
1442 pr_devel("RECOVERING FROM PSL ERROR... (0x%016llx)\n", errstat); in recover_psl_err()
1449 cxl_p2n_write(afu, CXL_PSL_ErrStat_An, errstat); in recover_psl_err()
Dirq.c52 irq_info->errstat); in cxl_irq_psl9()
137 irq_info->errstat); in cxl_irq_psl8()
Dguest.c62 u64 errstat) in guest_handle_psl_slice_error() argument
65 dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%.16llx\n", errstat); in guest_handle_psl_slice_error()
67 return cxl_ops->ack_irq(ctx, 0, errstat); in guest_handle_psl_slice_error()
Dhcalls.c414 info->afu_err, info->errstat); in cxl_h_collect_int_info()
Dcxl.h1004 u64 errstat; member
1077 u64 dsisr, u64 errstat);
/linux-5.19.10/arch/mips/sgi-ip22/
Dip22-berr.c36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4); in save_and_clear_buserr()
/linux-5.19.10/arch/mips/include/asm/sgi/
Dioc.h78 volatile u8 errstat; /* Error status reg, reserved on INT2 */ member
/linux-5.19.10/include/uapi/drm/
Dvc4_drm.h319 __u32 errstat; member
/linux-5.19.10/drivers/net/ethernet/
Djme.h290 __u8 errstat; member
Djme.c1078 rxdesc->descwb.errstat & RXWBERR_ALLERR)) { in jme_process_receive()
1080 if (rxdesc->descwb.errstat & RXWBERR_CRCERR) in jme_process_receive()
1082 else if (rxdesc->descwb.errstat & RXWBERR_OVERUN) in jme_process_receive()
/linux-5.19.10/drivers/crypto/caam/
Dregs.h474 u32 errstat; /* RTSTERRSTATx - Test error status */ member
/linux-5.19.10/drivers/gpu/drm/vc4/
Dvc4_gem.c256 state->errstat = V3D_READ(V3D_ERRSTAT); in vc4_save_hang_state()