Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DBusLogic.c2644 int AllocatedQueueDepth = 0; in BusLogic_SelectQueueDepths() local
2667 AllocatedQueueDepth += QueueDepth; in BusLogic_SelectQueueDepths()
2675 (HostAdapter->HostAdapterQueueDepth - AllocatedQueueDepth) in BusLogic_SelectQueueDepths()
2685 AllocatedQueueDepth += AutomaticTaggedQueueDepth; in BusLogic_SelectQueueDepths()
2693 AllocatedQueueDepth += HostAdapter->TargetDeviceCount; in BusLogic_SelectQueueDepths()
2694 if (AllocatedQueueDepth > HostAdapter->DriverQueueDepth) in BusLogic_SelectQueueDepths()
2695 AllocatedQueueDepth = HostAdapter->DriverQueueDepth; in BusLogic_SelectQueueDepths()
2697 AllocatedQueueDepth in BusLogic_SelectQueueDepths()