Home
last modified time | relevance | path

Searched refs:tarstat (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Daha1542.c335 if (ccb[mbo].tarstat | ccb[mbo].hastat) in aha1542_interrupt()
337 ccb[mbo].tarstat + ((int) ccb[mbo].hastat << 16), mb[mbi].status); in aha1542_interrupt()
352 shost_printk(KERN_WARNING, sh, "tarstat=%x, hastat=%x idlun=%x ccb#=%d\n", ccb[mbo].tarstat, in aha1542_interrupt()
361 if (ccb[mbo].tarstat == 2) in aha1542_interrupt()
371 errstatus = makecode(ccb[mbo].hastat, ccb[mbo].tarstat); in aha1542_interrupt()
378 ccb[mbo].hastat, ccb[mbo].tarstat); in aha1542_interrupt()
379 if (ccb[mbo].tarstat == 2) in aha1542_interrupt()
Daha1542.h94 u8 tarstat; /* Target Device Status */ member