tag | line | file | source code |
UntaggedQueueDepth | 1238 | drivers/scsi/BusLogic.c | HostAdapter->UntaggedQueueDepth = BusLogic_UntaggedQueueDepth; |
UntaggedQueueDepth | 1239 | drivers/scsi/BusLogic.c | if (HostAdapter->UntaggedQueueDepth > HostAdapter->TaggedQueueDepth && |
UntaggedQueueDepth | 1241 | drivers/scsi/BusLogic.c | HostAdapter->UntaggedQueueDepth = HostAdapter->TaggedQueueDepth; |
UntaggedQueueDepth | 1365 | drivers/scsi/BusLogic.c | printk(", Untagged Queue Depth: %d\n", HostAdapter->UntaggedQueueDepth); |
UntaggedQueueDepth | 1814 | drivers/scsi/BusLogic.c | Host->cmd_per_lun = HostAdapter->UntaggedQueueDepth; |
UntaggedQueueDepth | 1830 | drivers/scsi/BusLogic.c | int UntaggedQueueDepth = HostAdapter->UntaggedQueueDepth; |
UntaggedQueueDepth | 1844 | drivers/scsi/BusLogic.c | - UntaggedDeviceCount * UntaggedQueueDepth) |
UntaggedQueueDepth | 1854 | drivers/scsi/BusLogic.c | else Device->queue_depth = UntaggedQueueDepth; |
UntaggedQueueDepth | 890 | drivers/scsi/BusLogic.h | unsigned short UntaggedQueueDepth; |