Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DBusLogic.c2643 int UntaggedDeviceCount = 0, AutomaticTaggedQueueDepth = 0; in BusLogic_SelectQueueDepths() local
2674 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()