Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/genwqe/
Dcard_base.c640 u64 mask, fir, fec, uid, gfir, gfir_masked, sfir, sfec; in genwqe_fir_checking() local
668 gfir_masked = gfir & GFIR_ERR_TRIGGER; /* fatal errors */ in genwqe_fir_checking()
718 if ((gfir_masked == 0x0) && in genwqe_fir_checking()
724 if (gfir_masked == 0x0) { in genwqe_fir_checking()
757 if ((gfir_masked == 0x0) && (gfir & GFIR_ERR_TRIGGER)) { in genwqe_fir_checking()
766 return gfir_masked; in genwqe_fir_checking()
917 u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; in genwqe_health_thread() local
960 gfir_masked = genwqe_fir_checking(cd); in genwqe_health_thread()
961 if (gfir_masked == IO_ILLEGAL_VALUE) in genwqe_health_thread()
968 if ((gfir_masked) && !cd->skip_recovery && in genwqe_health_thread()