Searched refs:BusLogic_MaxTaggedQueueDepth (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h82 #define BusLogic_MaxTaggedQueueDepth 64 macro
H A DBusLogic.c2900 the first BusLogic_MaxTaggedQueueDepth commands have been queued, it is
2909 BusLogic_MaxTaggedQueueDepth && !TargetFlags->TaggedQueuingActive && HostAdapter->ActiveCommands[TargetID] == 0 && TargetFlags->TaggedQueuingSupported && (HostAdapter->TaggedQueuingPermitted & (1 << TargetID))) {
3366 if (QueueDepth > BusLogic_MaxTaggedQueueDepth) {
3387 if (QueueDepth == 0 || QueueDepth > BusLogic_MaxTaggedQueueDepth) {

Completed in 70 milliseconds