taglinefilesource code
TaggedQueueDepth1232drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->TaggedQueueDepth > 0)
TaggedQueueDepth1233drivers/scsi/BusLogic.cHostAdapter->TaggedQueueDepth =
TaggedQueueDepth1234drivers/scsi/BusLogic.cHostAdapter->CommandLineEntry->TaggedQueueDepth;
TaggedQueueDepth1236drivers/scsi/BusLogic.cHostAdapter->TaggedQueueDepth = BusLogic_TaggedQueueDepth_BB;
TaggedQueueDepth1237drivers/scsi/BusLogic.celse HostAdapter->TaggedQueueDepth = 0;
TaggedQueueDepth1239drivers/scsi/BusLogic.cif (HostAdapter->UntaggedQueueDepth > HostAdapter->TaggedQueueDepth &&
TaggedQueueDepth1240drivers/scsi/BusLogic.cHostAdapter->TaggedQueueDepth > 0)
TaggedQueueDepth1241drivers/scsi/BusLogic.cHostAdapter->UntaggedQueueDepth = HostAdapter->TaggedQueueDepth;
TaggedQueueDepth1274drivers/scsi/BusLogic.cif (HostAdapter->TaggedQueueDepth != 1)
TaggedQueueDepth1362drivers/scsi/BusLogic.cif (HostAdapter->TaggedQueueDepth > 0)
TaggedQueueDepth1363drivers/scsi/BusLogic.cprintk("%d", HostAdapter->TaggedQueueDepth);
TaggedQueueDepth1829drivers/scsi/BusLogic.cint TaggedQueueDepth = HostAdapter->TaggedQueueDepth;
TaggedQueueDepth1841drivers/scsi/BusLogic.cif (TaggedQueueDepth == 0 && TaggedDeviceCount > 0)
TaggedQueueDepth1842drivers/scsi/BusLogic.cTaggedQueueDepth =
TaggedQueueDepth1846drivers/scsi/BusLogic.cif (TaggedQueueDepth > BusLogic_MaxTaggedQueueDepth)
TaggedQueueDepth1847drivers/scsi/BusLogic.cTaggedQueueDepth = BusLogic_MaxTaggedQueueDepth;
TaggedQueueDepth1853drivers/scsi/BusLogic.cDevice->queue_depth = TaggedQueueDepth;
TaggedQueueDepth3219drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueueDepth = 0;
TaggedQueueDepth3257drivers/scsi/BusLogic.cunsigned short TaggedQueueDepth = Integers[2];
TaggedQueueDepth3258drivers/scsi/BusLogic.cif (TaggedQueueDepth > BusLogic_MaxTaggedQueueDepth)
TaggedQueueDepth3261drivers/scsi/BusLogic.c"(illegal Tagged Queue Depth %d)\n", TaggedQueueDepth);
TaggedQueueDepth3264drivers/scsi/BusLogic.cCommandLineEntry->TaggedQueueDepth = TaggedQueueDepth;
TaggedQueueDepth837drivers/scsi/BusLogic.hunsigned short TaggedQueueDepth;
TaggedQueueDepth889drivers/scsi/BusLogic.hunsigned short TaggedQueueDepth;