Searched refs:nscp (Results 1 – 1 of 1) sorted by relevance
1990 register struct scsi_cmnd *nscp; in gdth_putq() local2004 nscp = (struct scsi_cmnd *)pscp->SCp.ptr; in gdth_putq()2006 while (nscp && gdth_cmnd_priv(nscp)->priority <= priority) { in gdth_putq()2007 pscp = nscp; in gdth_putq()2008 nscp = (struct scsi_cmnd *)pscp->SCp.ptr; in gdth_putq()2011 scp->SCp.ptr = (char *)nscp; in gdth_putq()2017 for (nscp=ha->req_first; nscp; nscp=(struct scsi_cmnd*)nscp->SCp.ptr) in gdth_putq()2029 register struct scsi_cmnd *nscp; in gdth_next() local2044 for (nscp = pscp = ha->req_first; nscp; nscp = (struct scsi_cmnd *)nscp->SCp.ptr) { in gdth_next()2045 struct gdth_cmndinfo *nscp_cmndinfo = gdth_cmnd_priv(nscp); in gdth_next()[all …]