Lines Matching defs:dstat
978 printf ("CACHE TEST FAILED: reg dstat-sstat2 readback %x.\n",
993 u32 sym_rd, sym_wr, sym_bk, host_rd, host_wr, pc, dstat;
1034 dstat = INB(np, nc_dstat);
1036 if ((dstat & MDPE) && (np->rv_ctest4 & MPEE)) {
1044 if (dstat & (MDPE|BF|IID)) {
1045 printf ("CACHE TEST FAILED: DMA error (dstat=0x%02x).", dstat);
1097 * ds: dstat
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,
1171 if (dstat & (MDPE|BF))
1179 u_char dstat;
1182 dstat = INB(np, nc_dstat);
1183 sym_log_hard_error(shost, sist, dstat);
2805 u_char dstat;
2846 dstat = 0;
2852 dstat |= INB(np, nc_dstat);
2858 if (unlikely(sist == 0xffff && dstat == 0xff)) {
2867 dstat,sist,
2892 !(dstat & (MDPE|BF|ABRT|IID))) {
2895 else if (dstat & SIR) sym_int_sir(np);
2896 else if (dstat & SSI) OUTONB_STD();
2922 !(dstat & (MDPE|BF|ABRT|IID))) {
2937 sym_log_hard_error(shost, sist, dstat);
2940 (dstat & (MDPE|BF|ABRT|IID))) {
2952 sym_name(np), istat, dstat, sist);