Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/genwqe/
Dcard_base.c641 u64 mask, fir, fec, uid, gfir, gfir_masked, sfir, sfec; in genwqe_fir_checking() local
669 gfir_masked = gfir & GFIR_ERR_TRIGGER; /* fatal errors */ in genwqe_fir_checking()
719 if ((gfir_masked == 0x0) && in genwqe_fir_checking()
725 if (gfir_masked == 0x0) { in genwqe_fir_checking()
758 if ((gfir_masked == 0x0) && (gfir & GFIR_ERR_TRIGGER)) { in genwqe_fir_checking()
767 return gfir_masked; in genwqe_fir_checking()
915 u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; in genwqe_health_thread() local
958 gfir_masked = genwqe_fir_checking(cd); in genwqe_health_thread()
959 if (gfir_masked == IO_ILLEGAL_VALUE) in genwqe_health_thread()
966 if ((gfir_masked) && !cd->skip_recovery && in genwqe_health_thread()