Home
last modified time | relevance | path

Searched refs:nscp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dgdth.c1540 register struct scsi_cmnd *nscp; in gdth_putq() local
1554 nscp = (struct scsi_cmnd *)pscp->SCp.ptr; in gdth_putq()
1556 while (nscp && gdth_cmnd_priv(nscp)->priority <= priority) { in gdth_putq()
1557 pscp = nscp; in gdth_putq()
1558 nscp = (struct scsi_cmnd *)pscp->SCp.ptr; in gdth_putq()
1561 scp->SCp.ptr = (char *)nscp; in gdth_putq()
1567 for (nscp=ha->req_first; nscp; nscp=(struct scsi_cmnd*)nscp->SCp.ptr) in gdth_putq()
1579 register struct scsi_cmnd *nscp; in gdth_next() local
1594 for (nscp = pscp = ha->req_first; nscp; nscp = (struct scsi_cmnd *)nscp->SCp.ptr) { in gdth_next()
1595 struct gdth_cmndinfo *nscp_cmndinfo = gdth_cmnd_priv(nscp); in gdth_next()
[all …]