tag | line | file | source code |
host_queue | 181 | drivers/scsi/hosts.c | retval->host_queue = NULL; |
host_queue | 213 | drivers/scsi/hosts.h | Scsi_Cmnd *host_queue; |
host_queue | 202 | drivers/scsi/scsi.c | shpnt->host_queue = &SCmd; /* We need this so that |
host_queue | 459 | drivers/scsi/scsi.c | shpnt->host_queue = NULL; /* No longer needed here */ |
host_queue | 534 | drivers/scsi/scsi.c | SCpnt = scsi_devices[index].host->host_queue; |
host_queue | 617 | drivers/scsi/scsi.c | SCpnt = host->host_queue; |
host_queue | 1349 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host_queue | 1400 | drivers/scsi/scsi.c | SCpnt = host->host_queue; |
host_queue | 1457 | drivers/scsi/scsi.c | SCpnt = host->host_queue; |
host_queue | 1614 | drivers/scsi/scsi.c | if(host->host_queue) |
host_queue | 1615 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
host_queue | 1616 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
host_queue | 1618 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |