Lines Matching refs:pscp
1988 register Scsi_Cmnd *pscp; in gdth_putq() local
2002 pscp = ha->req_first; in gdth_putq()
2003 nscp = (Scsi_Cmnd *)pscp->SCp.ptr; in gdth_putq()
2006 pscp = nscp; in gdth_putq()
2007 nscp = (Scsi_Cmnd *)pscp->SCp.ptr; in gdth_putq()
2009 pscp->SCp.ptr = (char *)scp; in gdth_putq()
2027 register Scsi_Cmnd *pscp; in gdth_next() local
2043 for (nscp = pscp = ha->req_first; nscp; nscp = (Scsi_Cmnd *)nscp->SCp.ptr) { in gdth_next()
2045 if (nscp != pscp && nscp != (Scsi_Cmnd *)pscp->SCp.ptr) in gdth_next()
2046 pscp = (Scsi_Cmnd *)pscp->SCp.ptr; in gdth_next()
2253 ha->req_first = pscp = (Scsi_Cmnd *)nscp->SCp.ptr; in gdth_next()
2255 pscp->SCp.ptr = nscp->SCp.ptr; in gdth_next()