taglinefilesource code
UntaggedQueueDepth1238drivers/scsi/BusLogic.cHostAdapter->UntaggedQueueDepth = BusLogic_UntaggedQueueDepth;
UntaggedQueueDepth1239drivers/scsi/BusLogic.cif (HostAdapter->UntaggedQueueDepth > HostAdapter->TaggedQueueDepth &&
UntaggedQueueDepth1241drivers/scsi/BusLogic.cHostAdapter->UntaggedQueueDepth = HostAdapter->TaggedQueueDepth;
UntaggedQueueDepth1365drivers/scsi/BusLogic.cprintk(", Untagged Queue Depth: %d\n", HostAdapter->UntaggedQueueDepth);
UntaggedQueueDepth1814drivers/scsi/BusLogic.cHost->cmd_per_lun = HostAdapter->UntaggedQueueDepth;
UntaggedQueueDepth1830drivers/scsi/BusLogic.cint UntaggedQueueDepth = HostAdapter->UntaggedQueueDepth;
UntaggedQueueDepth1844drivers/scsi/BusLogic.c- UntaggedDeviceCount * UntaggedQueueDepth)
UntaggedQueueDepth1854drivers/scsi/BusLogic.celse Device->queue_depth = UntaggedQueueDepth;
UntaggedQueueDepth890drivers/scsi/BusLogic.hunsigned short UntaggedQueueDepth;