tag | line | file | source code |
host_queue | 206 | drivers/scsi/hosts.c | retval->host_queue = NULL; |
host_queue | 232 | drivers/scsi/hosts.h | Scsi_Cmnd *host_queue; |
host_queue | 240 | drivers/scsi/scsi.c | shpnt->host_queue = &SCmd; /* We need this so that |
host_queue | 486 | drivers/scsi/scsi.c | shpnt->host_queue = NULL; /* No longer needed here */ |
host_queue | 572 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 658 | drivers/scsi/scsi.c | SCpnt = host->host_queue; |
host_queue | 1469 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 1553 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 1606 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 1786 | drivers/scsi/scsi.c | if(host->host_queue) |
host_queue | 1787 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
host_queue | 1788 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
host_queue | 1790 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
host_queue | 1892 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |