Searched refs:hastat (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c982 tmp->hastat = HOST_ABORTED;
1015 tmp->hastat = HOST_ABORTED;
1039 scb->hastat = HOST_BAD_PHAS;
1149 scb->hastat = HOST_BAD_PHAS;
1259 scb->hastat = 0x16; /* bad command */
1490 scb->hastat = HOST_DO_DU;
1504 scb->hastat = HOST_DO_DU;
1551 scb->hastat = HOST_DO_DU;
1762 scb->hastat = HOST_DO_DU; /* over run */
1786 scb->hastat
[all...]
H A Da100u2w.c635 scb->hastat = 0;
881 scb->hastat = 0;
998 switch (scb->hastat) {
1002 scb->hastat = 0;
1007 scb->hastat = DID_TIME_OUT;
1014 scb->hastat = DID_RESET;
1018 scb->hastat = DID_ABORT;
1028 printk(KERN_DEBUG "inia100: %x %x\n", scb->hastat, scb->tastat);
1029 scb->hastat = DID_ERROR; /* Couldn't find any better */
1037 cmd->result = scb->tastat | (scb->hastat << 1
[all...]
H A Daha1542.h127 unchar hastat; /* Host Adapter Status (HASTAT) */ member in struct:ccb
H A Da100u2w.h152 u8 hastat; /*1C Host Status */ member in struct:orc_scb
H A Daha1542.c488 if (ccb[mbo].tarstat | ccb[mbo].hastat)
490 ccb[mbo].tarstat + ((int) ccb[mbo].hastat << 16), mb[mbi].status);
505 printk(KERN_WARNING "tarstat=%x, hastat=%x idlun=%x ccb#=%d \n", ccb[mbo].tarstat,
506 ccb[mbo].hastat, ccb[mbo].idlun, mbo);
525 errstatus = makecode(ccb[mbo].hastat, ccb[mbo].tarstat);
532 ccb[mbo].hastat, ccb[mbo].tarstat);
H A Dinitio.h375 u8 hastat; /*32 */ member in struct:scsi_ctrl_blk

Completed in 68 milliseconds