Searched refs:errstatus (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/ |
D | aha1740.c | 211 int errstatus, adapstat; in aha1740_intr_handle() local 271 errstatus = aha1740_makecode(ecbptr->sense,ecbptr->status); in aha1740_intr_handle() 273 errstatus = 0; in aha1740_intr_handle() 274 DEB(if (errstatus) in aha1740_intr_handle() 276 errstatus)); in aha1740_intr_handle() 277 SCtmp->result = errstatus; in aha1740_intr_handle()
|
D | aha1542.c | 401 int errstatus, mbi, mbo, mbistatus; in aha1542_intr_handle() local 522 errstatus = makecode(ccb[mbo].hastat, ccb[mbo].tarstat); in aha1542_intr_handle() 524 errstatus = 0; in aha1542_intr_handle() 527 if (errstatus) in aha1542_intr_handle() 528 printk(KERN_DEBUG "(aha1542 error:%x %x %x) ", errstatus, in aha1542_intr_handle() 549 DEB(if (errstatus) printk("aha1542_intr_handle: returning %6x\n", errstatus)); in aha1542_intr_handle() 550 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()
|