Searched refs:req_first (Results 1 – 2 of 2) sorted by relevance
1999 if (ha->req_first==NULL) { in gdth_putq()2000 ha->req_first = scp; /* queue was empty */ in gdth_putq()2003 pscp = ha->req_first; in gdth_putq()2017 for (nscp=ha->req_first; nscp; nscp=(struct scsi_cmnd*)nscp->SCp.ptr) in gdth_putq()2044 for (nscp = pscp = ha->req_first; nscp; nscp = (struct scsi_cmnd *)nscp->SCp.ptr) { in gdth_next()2253 if (nscp == ha->req_first) in gdth_next()2254 ha->req_first = pscp = (struct scsi_cmnd *)nscp->SCp.ptr; in gdth_next()3730 nscp=ha->req_first; nscp; nscp=(struct scsi_cmnd*)nscp->SCp.ptr) in gdth_timeout()4760 ha->req_first = NULL; in gdth_isa_probe_one()4891 ha->req_first = NULL; in gdth_eisa_probe_one()[all …]
870 struct scsi_cmnd *req_first; /* top of request queue */ member