Lines Matching refs:dstat
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()
5905 u_char istat, dstat; in ncr_exception() local
5936 dstat = (istat & DIP) ? INB (nc_dstat) : 0; in ncr_exception()
5941 dstat,sist, in ncr_exception()
5959 !(dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()
5968 if (dstat & SIR) { in ncr_exception()
5975 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception()
5978 ncr_name(np), istat, dstat, sist); in ncr_exception()
6006 !(dstat & (MDPE|BF|ABRT))) { in ncr_exception()
6033 np->regdump.nc_dstat = dstat; in ncr_exception()
6037 ncr_log_hard_error(np, sist, dstat); in ncr_exception()
6044 (dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()