Lines Matching refs:dstat
5648 static void ncr_log_hard_error(struct ncb *np, u16 sist, u_char dstat) in ncr_log_hard_error() argument
5679 ncr_name (np), (unsigned)INB (nc_sdid)&0x0f, dstat, sist, in ncr_log_hard_error()
5730 u_char istat, dstat; in ncr_exception() local
5761 dstat = (istat & DIP) ? INB (nc_dstat) : 0; in ncr_exception()
5766 dstat,sist, in ncr_exception()
5784 !(dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()
5793 if (dstat & SIR) { in ncr_exception()
5800 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception()
5803 ncr_name(np), istat, dstat, sist); in ncr_exception()
5831 !(dstat & (MDPE|BF|ABRT))) { in ncr_exception()
5858 np->regdump.nc_dstat = dstat; in ncr_exception()
5862 ncr_log_hard_error(np, sist, dstat); in ncr_exception()
5869 (dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()