Lines Matching refs:SCp
2000 scp->SCp.ptr = NULL; in gdth_putq()
2003 nscp = (Scsi_Cmnd *)pscp->SCp.ptr; in gdth_putq()
2007 nscp = (Scsi_Cmnd *)pscp->SCp.ptr; in gdth_putq()
2009 pscp->SCp.ptr = (char *)scp; in gdth_putq()
2010 scp->SCp.ptr = (char *)nscp; in gdth_putq()
2016 for (nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr) in gdth_putq()
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()
3730 for (act_rq=0,nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr) in gdth_timeout()