Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Daha1542.c355 if (ccb[mbo].tarstat | ccb[mbo].hastat) in aha1542_interrupt()
357 ccb[mbo].tarstat + ((int) ccb[mbo].hastat << 16), mb[mbi].status); in aha1542_interrupt()
372 shost_printk(KERN_WARNING, sh, "tarstat=%x, hastat=%x idlun=%x ccb#=%d\n", ccb[mbo].tarstat, in aha1542_interrupt()
382 if (ccb[mbo].tarstat == 2) in aha1542_interrupt()
392 errstatus = makecode(ccb[mbo].hastat, ccb[mbo].tarstat); in aha1542_interrupt()
399 ccb[mbo].hastat, ccb[mbo].tarstat); in aha1542_interrupt()
400 if (ccb[mbo].tarstat == 2) in aha1542_interrupt()
Daha1542.h99 u8 tarstat; /* Target Device Status (TARSTAT) */ member