Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A 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 in gdth_putq()
1579 register struct scsi_cmnd *nscp; gdth_next() local
3127 struct scsi_cmnd *nscp; gdth_timeout() local
[all...]

Completed in 3 milliseconds