Searched refs:FAS_STAT_PERR (Results 1 – 2 of 2) sorted by relevance
178 #define FAS_STAT_PERR 0x20 /* parity error */ macro
3473 (fas->f_stat & FAS_STAT_PERR) == 0) { in fas_intr_svc()4131 if (fas->f_stat & FAS_STAT_PERR) { in fas_reconnect()4296 if (fas->f_stat & FAS_STAT_PERR) { in fas_reconnect()4327 if (fas->f_stat & FAS_STAT_PERR) { in fas_reconnect()4413 if (sp && (fas->f_stat & FAS_STAT_PERR)) { in fas_reconnect()4875 stat |= FAS_STAT_PERR; in fas_handle_data_done()4881 if (stat & FAS_STAT_PERR) { in fas_handle_data_done()5055 fas->f_stat |= FAS_STAT_PERR; in fas_handle_c_cmplt()5062 fas->f_stat |= FAS_STAT_PERR; in fas_handle_c_cmplt()5076 if ((perr = (fas->f_stat & FAS_STAT_PERR)) != 0) { in fas_handle_c_cmplt()[all …]