tag | line | file | source code |
TaggedQueueDepth | 1232 | drivers/scsi/BusLogic.c | HostAdapter->CommandLineEntry->TaggedQueueDepth > 0) |
TaggedQueueDepth | 1233 | drivers/scsi/BusLogic.c | HostAdapter->TaggedQueueDepth = |
TaggedQueueDepth | 1234 | drivers/scsi/BusLogic.c | HostAdapter->CommandLineEntry->TaggedQueueDepth; |
TaggedQueueDepth | 1236 | drivers/scsi/BusLogic.c | HostAdapter->TaggedQueueDepth = BusLogic_TaggedQueueDepth_BB; |
TaggedQueueDepth | 1237 | drivers/scsi/BusLogic.c | else HostAdapter->TaggedQueueDepth = 0; |
TaggedQueueDepth | 1239 | drivers/scsi/BusLogic.c | if (HostAdapter->UntaggedQueueDepth > HostAdapter->TaggedQueueDepth && |
TaggedQueueDepth | 1240 | drivers/scsi/BusLogic.c | HostAdapter->TaggedQueueDepth > 0) |
TaggedQueueDepth | 1241 | drivers/scsi/BusLogic.c | HostAdapter->UntaggedQueueDepth = HostAdapter->TaggedQueueDepth; |
TaggedQueueDepth | 1274 | drivers/scsi/BusLogic.c | if (HostAdapter->TaggedQueueDepth != 1) |
TaggedQueueDepth | 1362 | drivers/scsi/BusLogic.c | if (HostAdapter->TaggedQueueDepth > 0) |
TaggedQueueDepth | 1363 | drivers/scsi/BusLogic.c | printk("%d", HostAdapter->TaggedQueueDepth); |
TaggedQueueDepth | 1829 | drivers/scsi/BusLogic.c | int TaggedQueueDepth = HostAdapter->TaggedQueueDepth; |
TaggedQueueDepth | 1841 | drivers/scsi/BusLogic.c | if (TaggedQueueDepth == 0 && TaggedDeviceCount > 0) |
TaggedQueueDepth | 1842 | drivers/scsi/BusLogic.c | TaggedQueueDepth = |
TaggedQueueDepth | 1846 | drivers/scsi/BusLogic.c | if (TaggedQueueDepth > BusLogic_MaxTaggedQueueDepth) |
TaggedQueueDepth | 1847 | drivers/scsi/BusLogic.c | TaggedQueueDepth = BusLogic_MaxTaggedQueueDepth; |
TaggedQueueDepth | 1853 | drivers/scsi/BusLogic.c | Device->queue_depth = TaggedQueueDepth; |
TaggedQueueDepth | 3219 | drivers/scsi/BusLogic.c | CommandLineEntry->TaggedQueueDepth = 0; |
TaggedQueueDepth | 3257 | drivers/scsi/BusLogic.c | unsigned short TaggedQueueDepth = Integers[2]; |
TaggedQueueDepth | 3258 | drivers/scsi/BusLogic.c | if (TaggedQueueDepth > BusLogic_MaxTaggedQueueDepth) |
TaggedQueueDepth | 3261 | drivers/scsi/BusLogic.c | "(illegal Tagged Queue Depth %d)\n", TaggedQueueDepth); |
TaggedQueueDepth | 3264 | drivers/scsi/BusLogic.c | CommandLineEntry->TaggedQueueDepth = TaggedQueueDepth; |
TaggedQueueDepth | 837 | drivers/scsi/BusLogic.h | unsigned short TaggedQueueDepth; |
TaggedQueueDepth | 889 | drivers/scsi/BusLogic.h | unsigned short TaggedQueueDepth; |