Searched refs:req_first (Results 1 – 2 of 2) sorted by relevance
2007 if (ha->req_first==NULL) { in gdth_putq()2008 ha->req_first = scp; /* queue was empty */ in gdth_putq()2011 pscp = ha->req_first; in gdth_putq()2025 for (nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr) in gdth_putq()2052 for (nscp = pscp = ha->req_first; nscp; nscp = (Scsi_Cmnd *)nscp->SCp.ptr) { in gdth_next()2261 if (nscp == ha->req_first) in gdth_next()2262 ha->req_first = pscp = (Scsi_Cmnd *)nscp->SCp.ptr; in gdth_next()3739 for (act_rq=0,nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr) in gdth_timeout()4770 ha->req_first = NULL; in gdth_isa_probe_one()4901 ha->req_first = NULL; in gdth_eisa_probe_one()[all …]
881 Scsi_Cmnd *req_first; /* top of request queue */ member