Lines Matching refs:req_first
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()
5021 ha->req_first = NULL; in gdth_pci_probe_one()