Lines Matching refs:sist
1130 static void sym_log_hard_error(struct Scsi_Host *shost, u_short sist, u_char dstat) argument
1163 sym_name(np), (unsigned)INB(np, nc_sdid)&0x0f, dstat, sist,
1191 u_short sist; local
1194 sist = INW(np, nc_sist);
1196 sym_log_hard_error(shost, sist, dstat);
2310 static void sym_int_par (struct sym_hcb *np, u_short sist) argument
2370 else if (sist & MA)
2819 u_short sist; local
2858 sist = 0;
2863 sist |= INW(np, nc_sist);
2871 if (unlikely(sist == 0xffff && dstat == 0xff)) {
2880 dstat,sist,
2904 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
2906 if (sist & PAR) sym_int_par (np, sist);
2907 else if (sist & MA) sym_int_ma (np);
2925 if (sist & RST) {
2934 if (!(sist & (GEN|HTH|SGE)) &&
2936 if (sist & SBMC) sym_int_sbmc(shost);
2937 else if (sist & STO) sym_int_sto (np);
2938 else if (sist & UDC) sym_int_udc (np);
2950 sym_log_hard_error(shost, sist, dstat);
2952 if ((sist & (GEN|HTH|SGE)) ||
2965 sym_name(np), istat, dstat, sist);