Searched refs:errstatus (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/ |
D | aha1740.c | 230 int errstatus, adapstat; in aha1740_intr_handle() local 290 errstatus = aha1740_makecode(ecbptr->sense,ecbptr->status); in aha1740_intr_handle() 292 errstatus = 0; in aha1740_intr_handle() 293 DEB(if (errstatus) in aha1740_intr_handle() 295 errstatus)); in aha1740_intr_handle() 296 SCtmp->result = errstatus; in aha1740_intr_handle()
|
D | aha1542.c | 403 int errstatus, mbi, mbo, mbistatus; in aha1542_intr_handle() local 524 errstatus = makecode(ccb[mbo].hastat, ccb[mbo].tarstat); in aha1542_intr_handle() 526 errstatus = 0; in aha1542_intr_handle() 529 if (errstatus) in aha1542_intr_handle() 530 printk(KERN_DEBUG "(aha1542 error:%x %x %x) ", errstatus, in aha1542_intr_handle() 551 DEB(if (errstatus) printk("aha1542_intr_handle: returning %6x\n", errstatus)); in aha1542_intr_handle() 552 SCtmp->result = errstatus; in aha1542_intr_handle()
|
D | wd7000.c | 1002 int flag, icmb, errstatus, icmb_status; in wd7000_intr() local 1068 errstatus = make_code(host_error, scsi_error); in wd7000_intr() 1069 SCpnt->result = errstatus; in wd7000_intr()
|