Lines Matching refs:dstat
5814 static void ncr_log_hard_error(struct ncb *np, u16 sist, u_char dstat) in ncr_log_hard_error() argument
5845 ncr_name (np), (unsigned)INB (nc_sdid)&0x0f, dstat, sist, in ncr_log_hard_error()
5896 u_char istat, dstat; in ncr_exception() local
5927 dstat = (istat & DIP) ? INB (nc_dstat) : 0; in ncr_exception()
5932 dstat,sist, in ncr_exception()
5950 !(dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()
5959 if (dstat & SIR) { in ncr_exception()
5966 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception()
5969 ncr_name(np), istat, dstat, sist); in ncr_exception()
5997 !(dstat & (MDPE|BF|ABRT))) { in ncr_exception()
6024 np->regdump.nc_dstat = dstat; in ncr_exception()
6028 ncr_log_hard_error(np, sist, dstat); in ncr_exception()
6035 (dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()