Lines Matching defs:serr
423 void cxl_afu_decode_psl_serr(struct cxl_afu *afu, u64 serr)
427 dev_crit(&afu->dev, "PSL_SERR_An: 0x%016llx\n", serr);
428 if (serr & CXL_PSL_SERR_An_afuto)
430 if (serr & CXL_PSL_SERR_An_afudis)
433 if (serr & CXL_PSL_SERR_An_afuov)
435 if (serr & CXL_PSL_SERR_An_badsrc)
437 if (serr & CXL_PSL_SERR_An_badctx)
439 if (serr & CXL_PSL_SERR_An_llcmdis)
441 if (serr & CXL_PSL_SERR_An_llcmdto)
443 if (serr & CXL_PSL_SERR_An_afupar)
445 if (serr & CXL_PSL_SERR_An_afudup)
447 if (serr & CXL_PSL_SERR_An_AE)