tag | line | file | source code |
host_queue | 280 | drivers/scsi/hosts.c | retval->host_queue = NULL; |
host_queue | 249 | drivers/scsi/hosts.h | Scsi_Cmnd *host_queue; |
host_queue | 406 | drivers/scsi/scsi.c | shpnt->host_queue = SCpnt; /* We need this so that commands can time out */ |
host_queue | 740 | drivers/scsi/scsi.c | shpnt->host_queue = NULL; /* No longer needed here */ |
host_queue | 828 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 836 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 967 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host_queue | 1851 | drivers/scsi/scsi.c | for(SCpnt = Host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 1885 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 1925 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 1999 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 2054 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2111 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2281 | drivers/scsi/scsi.c | if(host->host_queue) |
host_queue | 2282 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
host_queue | 2283 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
host_queue | 2285 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
host_queue | 2739 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2745 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2773 | drivers/scsi/scsi.c | while (sdpnt->host->host_queue) { |
host_queue | 2774 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
host_queue | 2775 | drivers/scsi/scsi.c | scsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd)); |
host_queue | 2776 | drivers/scsi/scsi.c | sdpnt->host->host_queue = SCpnt; |
host_queue | 2944 | drivers/scsi/scsi.c | for(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host_queue | 2952 | drivers/scsi/scsi.c | if(SCpnt == SDpnt->host->host_queue) |
host_queue | 2953 | drivers/scsi/scsi.c | SDpnt->host->host_queue = SCpnt->next; |
host_queue | 3035 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |