Searched refs:tastat (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/
H A Dinitio.c1042 scb->tastat = 0;
1110 if (scb->tastat == INI_QUEUE_FULL) {
1113 scb->tastat = 0;
1118 if (scb->tastat == 2) {
1135 scb->tastat = 0;
1149 if (scb->tastat == 2) { /* check contition status again after sending
1153 scb->tastat = 2;
1818 scb->tastat = inb(host->addr + TUL_SFifo);
1841 if ((scb->tastat & 0x18) == 0x10) /* No link support */
1849 if ((scb->tastat
[all...]
H A Da100u2w.c640 scb->tastat = 0;
886 scb->tastat = 0;
1034 printk(KERN_DEBUG "inia100: %x %x\n", scb->hastat, scb->tastat);
1039 if (scb->tastat == 2) { /* Check condition */
1043 cmd->result = scb->tastat | (scb->hastat << 16);
H A Da100u2w.h158 u8 tastat; /*1D Target Status */ member in struct:orc_scb
H A Dinitio.h376 u8 tastat; /*33 */ member in struct:scsi_ctrl_blk

Completed in 54 milliseconds