Searched refs:errstatus (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/
H A Daha1740.c230 int errstatus, adapstat; local
290 errstatus = aha1740_makecode(ecbptr->sense,ecbptr->status);
292 errstatus = 0;
293 DEB(if (errstatus)
295 errstatus));
296 SCtmp->result = errstatus;
H A Daha1542.c403 int errstatus, mbi, mbo, mbistatus; local
524 errstatus = makecode(ccb[mbo].hastat, ccb[mbo].tarstat);
526 errstatus = 0;
529 if (errstatus)
530 printk(KERN_DEBUG "(aha1542 error:%x %x %x) ", errstatus,
551 DEB(if (errstatus) printk("aha1542_intr_handle: returning %6x\n", errstatus));
552 SCtmp->result = errstatus;
H A Dwd7000.c1002 int flag, icmb, errstatus, icmb_status; local
1068 errstatus = make_code(host_error, scsi_error);
1069 SCpnt->result = errstatus;

Completed in 68 milliseconds