Home
last modified time | relevance | path

Searched refs:QueueDepth (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/
DBusLogic.c1645 unsigned char QueueDepth = 0; in BusLogic_ReadHostAdapterConfiguration() local
1646 if (HostAdapter->DriverOptions != NULL && HostAdapter->DriverOptions->QueueDepth[TargetID] > 0) in BusLogic_ReadHostAdapterConfiguration()
1647 QueueDepth = HostAdapter->DriverOptions->QueueDepth[TargetID]; in BusLogic_ReadHostAdapterConfiguration()
1649 QueueDepth = BusLogic_TaggedQueueDepthBB; in BusLogic_ReadHostAdapterConfiguration()
1650 HostAdapter->QueueDepth[TargetID] = QueueDepth; in BusLogic_ReadHostAdapterConfiguration()
1808 if (HostAdapter->QueueDepth[TargetID] != HostAdapter->QueueDepth[0]) { in BusLogic_ReportHostAdapterConfiguration()
1813 if (HostAdapter->QueueDepth[0] > 0) in BusLogic_ReportHostAdapterConfiguration()
1814 BusLogic_Info("%d", HostAdapter, HostAdapter->QueueDepth[0]); in BusLogic_ReportHostAdapterConfiguration()
2150 int QueueDepth = HostAdapter->QueueDepth[TargetID]; in BusLogic_SlaveConfigure() local
2153 if (QueueDepth == 0) in BusLogic_SlaveConfigure()
[all …]
DBusLogic.h911 unsigned char QueueDepth[BusLogic_MaxTargetDevices]; member
1081 unsigned char QueueDepth[BusLogic_MaxTargetDevices]; member
/linux-3.4.99/Documentation/scsi/
DBusLogic.txt426 QueueDepth:<integer>
428 The "QueueDepth:" or QD:" option specifies the Queue Depth to use for all
442 QueueDepth:[<integer>,<integer>...]
444 The "QueueDepth:[...]" or "QD:[...]" option specifies the Queue Depth
525 linux BusLogic=QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30
529 append = "BusLogic=QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30"
534 'BusLogic="QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30"'