Searched defs:tstatus (Results 1 - 4 of 4) sorted by relevance

/drivers/char/agp/
H A Disoch.c84 u32 mnistat, tnistat, tstatus, mcmd; local
119 pci_read_config_dword(td, bridge->capndx+AGPSTAT, &tstatus);
126 target.rq = (tstatus >> 24) & 0xff;
291 u32 tstatus, mcmd; local
295 pci_read_config_dword(bridge->dev, bridge->capndx+AGPSTAT, &tstatus);
297 trq = (tstatus >> 24) & 0xff;
321 u32 tstatus, mstatus, ncapid; local
330 pci_read_config_dword(td, bridge->capndx+AGPSTAT, &tstatus);
331 isoch = (tstatus >> 17) & 0x1;
335 arqsz = (tstatus >> 1
[all...]
/drivers/scsi/
H A Du14-34f.c1721 unsigned int i, k, c, status, tstatus, reg, ret; local
1801 tstatus = status_byte(spp->target_status);
1812 if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE)
1816 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK
1821 else if (tstatus == CHECK_CONDITION
1829 if (tstatus == GOOD)
1833 (!(tstatus == CHECK_CONDITION && HD(j)->iocount <= 1000 &&
H A Deata.c2289 unsigned int i, k, c, status, tstatus, reg; local
2401 tstatus = status_byte(spp->target_status);
2412 if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE)
2416 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK
2423 else if (tstatus == CHECK_CONDITION
2431 if (tstatus == GOOD)
2436 (!(tstatus == CHECK_CONDITION && ha->iocount <= 1000 &&
/drivers/scsi/aic7xxx/
H A Daic79xx.h448 struct target_status tstatus; member in union:hardware_scb::__anon5096

Completed in 124 milliseconds