Searched refs:AutomaticTaggedQueueDepth (Results 1 – 1 of 1) sorted by relevance
2643 int UntaggedDeviceCount = 0, AutomaticTaggedQueueDepth = 0; in BusLogic_SelectQueueDepths() local2674 AutomaticTaggedQueueDepth = in BusLogic_SelectQueueDepths()2677 if (AutomaticTaggedQueueDepth > BusLogic_MaxAutomaticTaggedQueueDepth) in BusLogic_SelectQueueDepths()2678 AutomaticTaggedQueueDepth = BusLogic_MaxAutomaticTaggedQueueDepth; in BusLogic_SelectQueueDepths()2679 if (AutomaticTaggedQueueDepth < BusLogic_MinAutomaticTaggedQueueDepth) in BusLogic_SelectQueueDepths()2680 AutomaticTaggedQueueDepth = BusLogic_MinAutomaticTaggedQueueDepth; in BusLogic_SelectQueueDepths()2685 AllocatedQueueDepth += AutomaticTaggedQueueDepth; in BusLogic_SelectQueueDepths()2686 HostAdapter->QueueDepth[TargetID] = AutomaticTaggedQueueDepth; in BusLogic_SelectQueueDepths()