Lines Matching defs:sist
1098 * si: sist
1117 static void sym_log_hard_error(struct Scsi_Host *shost, u_short sist, u_char dstat)
1150 sym_name(np), (unsigned)INB(np, nc_sdid)&0x0f, dstat, sist,
1178 u_short sist;
1181 sist = INW(np, nc_sist);
1183 sym_log_hard_error(shost, sist, dstat);
2297 static void sym_int_par (struct sym_hcb *np, u_short sist)
2357 else if (sist & MA)
2806 u_short sist;
2845 sist = 0;
2850 sist |= INW(np, nc_sist);
2858 if (unlikely(sist == 0xffff && dstat == 0xff)) {
2867 dstat,sist,
2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
2893 if (sist & PAR) sym_int_par (np, sist);
2894 else if (sist & MA) sym_int_ma (np);
2912 if (sist & RST) {
2921 if (!(sist & (GEN|HTH|SGE)) &&
2923 if (sist & SBMC) sym_int_sbmc(shost);
2924 else if (sist & STO) sym_int_sto (np);
2925 else if (sist & UDC) sym_int_udc (np);
2937 sym_log_hard_error(shost, sist, dstat);
2939 if ((sist & (GEN|HTH|SGE)) ||
2952 sym_name(np), istat, dstat, sist);