Searched refs:AllocatedQueueDepth (Results 1 – 1 of 1) sorted by relevance
2644 int AllocatedQueueDepth = 0; in BusLogic_SelectQueueDepths() local2667 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()