Lines Matching defs:pscp
1539 register struct scsi_cmnd *pscp;
1553 pscp = ha->req_first;
1554 nscp = (struct scsi_cmnd *)pscp->SCp.ptr;
1557 pscp = nscp;
1558 nscp = (struct scsi_cmnd *)pscp->SCp.ptr;
1560 pscp->SCp.ptr = (char *)scp;
1578 register struct scsi_cmnd *pscp;
1594 for (nscp = pscp = ha->req_first; nscp; nscp = (struct scsi_cmnd *)nscp->SCp.ptr) {
1596 if (nscp != pscp && nscp != (struct scsi_cmnd *)pscp->SCp.ptr)
1597 pscp = (struct scsi_cmnd *)pscp->SCp.ptr;
1804 ha->req_first = pscp = (struct scsi_cmnd *)nscp->SCp.ptr;
1806 pscp->SCp.ptr = nscp->SCp.ptr;