tag | line | file | source code |
queue_depth | 1853 | drivers/scsi/BusLogic.c | Device->queue_depth = TaggedQueueDepth; |
queue_depth | 1854 | drivers/scsi/BusLogic.c | else Device->queue_depth = UntaggedQueueDepth; |
queue_depth | 1857 | drivers/scsi/BusLogic.c | HostAdapter->HostNumber, Device->id, Device->queue_depth); |
queue_depth | 2419 | drivers/scsi/scsi.c | if (SDpnt->queue_depth == 0) |
queue_depth | 2420 | drivers/scsi/scsi.c | SDpnt->queue_depth = host->cmd_per_lun; |
queue_depth | 2423 | drivers/scsi/scsi.c | for(j=0;j<SDpnt->queue_depth;j++){ |
queue_depth | 2810 | drivers/scsi/scsi.c | SDpnt->queue_depth; |
queue_depth | 2816 | drivers/scsi/scsi.c | SDpnt->queue_depth; |
queue_depth | 174 | drivers/scsi/scsi.h | unsigned char queue_depth; /* How deep a queue to use */ |