taglinefilesource code
hqptr495drivers/scsi/scsi.cScsi_Cmnd *prev, *next, *hqptr;
hqptr496drivers/scsi/scsi.cfor(hqptr = shpnt->host_queue; hqptr != SCpnt; hqptr = hqptr->next) ;
hqptr497drivers/scsi/scsi.cif(hqptr) {
hqptr498drivers/scsi/scsi.cprev = hqptr->prev;
hqptr499drivers/scsi/scsi.cnext = hqptr->next;