tag | line | file | source code |
spp | 608 | drivers/scsi/eata.c | struct mssp *spp; |
spp | 659 | drivers/scsi/eata.c | spp = &HD(j)->sp[i]; |
spp | 661 | drivers/scsi/eata.c | memset(spp, 0, sizeof(struct mssp)); |
spp | 664 | drivers/scsi/eata.c | cpp->sp_addr = htonl((unsigned int) spp); |
spp | 890 | drivers/scsi/eata.c | struct mssp *spp; |
spp | 925 | drivers/scsi/eata.c | spp = &HD(j)->sp[i]; |
spp | 928 | drivers/scsi/eata.c | if (spp->eoc == FALSE) continue; |
spp | 930 | drivers/scsi/eata.c | spp->eoc = FALSE; |
spp | 954 | drivers/scsi/eata.c | SCpnt = spp->SCpnt; |
spp | 972 | drivers/scsi/eata.c | tstatus = status_byte(spp->target_status); |
spp | 974 | drivers/scsi/eata.c | switch (spp->adapter_status) { |
spp | 999 | drivers/scsi/eata.c | if (spp->target_status && SCpnt->device->type == TYPE_DISK) |
spp | 1003 | drivers/scsi/eata.c | spp->target_status, SCpnt->sense_buffer[2]); |
spp | 1044 | drivers/scsi/eata.c | SCpnt->result = status | spp->target_status; |
spp | 1052 | drivers/scsi/eata.c | if ((spp->adapter_status != ASOK && HD(j)->iocount > 1000) || |
spp | 1053 | drivers/scsi/eata.c | (spp->adapter_status != ASOK && |
spp | 1054 | drivers/scsi/eata.c | spp->adapter_status != ASST && HD(j)->iocount <= 1000) || |
spp | 1059 | drivers/scsi/eata.c | BN(j), i, spp->adapter_status, spp->target_status, |
spp | 844 | drivers/scsi/u14-34f.c | struct mscp *spp; |
spp | 873 | drivers/scsi/u14-34f.c | spp = (struct mscp *)inl(sh[j]->io_port + REG_ICM); |
spp | 878 | drivers/scsi/u14-34f.c | i = spp - HD(j)->cp; |
spp | 904 | drivers/scsi/u14-34f.c | SCpnt = spp->SCpnt; |
spp | 918 | drivers/scsi/u14-34f.c | tstatus = status_byte(spp->target_status); |
spp | 920 | drivers/scsi/u14-34f.c | switch (spp->adapter_status) { |
spp | 945 | drivers/scsi/u14-34f.c | if (spp->target_status && SCpnt->device->type == TYPE_DISK) |
spp | 949 | drivers/scsi/u14-34f.c | spp->target_status, SCpnt->sense_buffer[2]); |
spp | 991 | drivers/scsi/u14-34f.c | SCpnt->result = status | spp->target_status; |
spp | 999 | drivers/scsi/u14-34f.c | if ((spp->adapter_status != ASOK && HD(j)->iocount > 1000) || |
spp | 1000 | drivers/scsi/u14-34f.c | (spp->adapter_status != ASOK && |
spp | 1001 | drivers/scsi/u14-34f.c | spp->adapter_status != ASST && HD(j)->iocount <= 1000) || |
spp | 1006 | drivers/scsi/u14-34f.c | BN(j), i, spp->adapter_status, spp->target_status, |