Searched refs:sist (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 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); [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | ncr53c8xx.c | 5823 static void ncr_log_hard_error(struct ncb *np, u16 sist, u_char dstat) in ncr_log_hard_error() argument 5854 ncr_name (np), (unsigned)INB (nc_sdid)&0x0f, dstat, sist, in ncr_log_hard_error() 5906 u16 sist; in ncr_exception() local 5935 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception() 5941 dstat,sist, in ncr_exception() 5958 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception() 5960 if ((sist & SBMC) && ncr_int_sbmc (np)) in ncr_exception() 5962 if ((sist & PAR) && ncr_int_par (np)) in ncr_exception() 5964 if (sist & MA) { in ncr_exception() 5975 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception() [all …]
|