Searched refs:req_first (Results 1 – 2 of 2) sorted by relevance
1998 if (ha->req_first==NULL) { in gdth_putq()1999 ha->req_first = scp; /* queue was empty */ in gdth_putq()2002 pscp = ha->req_first; in gdth_putq()2016 for (nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr) in gdth_putq()2043 for (nscp = pscp = ha->req_first; nscp; nscp = (Scsi_Cmnd *)nscp->SCp.ptr) { in gdth_next()2252 if (nscp == ha->req_first) in gdth_next()2253 ha->req_first = pscp = (Scsi_Cmnd *)nscp->SCp.ptr; in gdth_next()3730 for (act_rq=0,nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr) in gdth_timeout()4762 ha->req_first = NULL; in gdth_isa_probe_one()4893 ha->req_first = NULL; in gdth_eisa_probe_one()[all …]
872 Scsi_Cmnd *req_first; /* top of request queue */ member