Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dgdth.c1549 if (ha->req_first==NULL) { in gdth_putq()
1550 ha->req_first = scp; /* queue was empty */ in gdth_putq()
1553 pscp = ha->req_first; in gdth_putq()
1567 for (nscp=ha->req_first; nscp; nscp=(struct scsi_cmnd*)nscp->SCp.ptr) in gdth_putq()
1594 for (nscp = pscp = ha->req_first; nscp; nscp = (struct scsi_cmnd *)nscp->SCp.ptr) { in gdth_next()
1803 if (nscp == ha->req_first) in gdth_next()
1804 ha->req_first = pscp = (struct scsi_cmnd *)nscp->SCp.ptr; in gdth_next()
3146 nscp=ha->req_first; nscp; nscp=(struct scsi_cmnd*)nscp->SCp.ptr) in gdth_timeout()
4147 ha->req_first = NULL; in gdth_pci_probe_one()
Dgdth.h840 struct scsi_cmnd *req_first; /* top of request queue */ member