tag | line | file | source code |
spp | 611 | drivers/scsi/eata.c | struct mssp *spp; |
spp | 663 | drivers/scsi/eata.c | spp = &HD(j)->sp[i]; |
spp | 665 | drivers/scsi/eata.c | memset(spp, 0, sizeof(struct mssp)); |
spp | 668 | drivers/scsi/eata.c | cpp->sp_addr = htonl((unsigned int) spp); |
spp | 894 | drivers/scsi/eata.c | struct mssp *spp; |
spp | 929 | drivers/scsi/eata.c | spp = &HD(j)->sp[i]; |
spp | 932 | drivers/scsi/eata.c | if (spp->eoc == FALSE) continue; |
spp | 934 | drivers/scsi/eata.c | spp->eoc = FALSE; |
spp | 958 | drivers/scsi/eata.c | SCpnt = spp->SCpnt; |
spp | 976 | drivers/scsi/eata.c | tstatus = status_byte(spp->target_status); |
spp | 978 | drivers/scsi/eata.c | switch (spp->adapter_status) { |
spp | 1003 | drivers/scsi/eata.c | if (spp->target_status && SCpnt->device->type == TYPE_DISK) |
spp | 1007 | drivers/scsi/eata.c | spp->target_status, SCpnt->sense_buffer[2]); |
spp | 1048 | drivers/scsi/eata.c | SCpnt->result = status | spp->target_status; |
spp | 1056 | drivers/scsi/eata.c | if ((spp->adapter_status != ASOK && HD(j)->iocount > 1000) || |
spp | 1057 | drivers/scsi/eata.c | (spp->adapter_status != ASOK && |
spp | 1058 | drivers/scsi/eata.c | spp->adapter_status != ASST && HD(j)->iocount <= 1000) || |
spp | 1063 | drivers/scsi/eata.c | BN(j), i, spp->adapter_status, spp->target_status, |
spp | 866 | drivers/scsi/u14-34f.c | struct mscp *spp; |
spp | 895 | drivers/scsi/u14-34f.c | spp = (struct mscp *)inl(sh[j]->io_port + REG_ICM); |
spp | 900 | drivers/scsi/u14-34f.c | i = spp - HD(j)->cp; |
spp | 926 | drivers/scsi/u14-34f.c | SCpnt = spp->SCpnt; |
spp | 940 | drivers/scsi/u14-34f.c | tstatus = status_byte(spp->target_status); |
spp | 942 | drivers/scsi/u14-34f.c | switch (spp->adapter_status) { |
spp | 967 | drivers/scsi/u14-34f.c | if (spp->target_status && SCpnt->device->type == TYPE_DISK) |
spp | 971 | drivers/scsi/u14-34f.c | spp->target_status, SCpnt->sense_buffer[2]); |
spp | 1013 | drivers/scsi/u14-34f.c | SCpnt->result = status | spp->target_status; |
spp | 1021 | drivers/scsi/u14-34f.c | if ((spp->adapter_status != ASOK && HD(j)->iocount > 1000) || |
spp | 1022 | drivers/scsi/u14-34f.c | (spp->adapter_status != ASOK && |
spp | 1023 | drivers/scsi/u14-34f.c | spp->adapter_status != ASST && HD(j)->iocount <= 1000) || |
spp | 1028 | drivers/scsi/u14-34f.c | BN(j), i, spp->adapter_status, spp->target_status, |