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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c1646 unsigned char QueueDepth = 0; local
1647 if (HostAdapter->DriverOptions != NULL && HostAdapter->DriverOptions->QueueDepth[TargetID] > 0)
1648 QueueDepth = HostAdapter->DriverOptions->QueueDepth[TargetID];
1650 QueueDepth = BusLogic_TaggedQueueDepthBB;
1651 HostAdapter->QueueDepth[TargetID] = QueueDepth;
1809 if (HostAdapter->QueueDepth[TargetID] != HostAdapter->QueueDepth[0]) {
1814 if (HostAdapter->QueueDepth[
2151 int QueueDepth = HostAdapter->QueueDepth[TargetID]; local
3360 unsigned short QueueDepth = simple_strtoul(OptionsString, &OptionsString, 0); local
3381 unsigned short QueueDepth = simple_strtoul(OptionsString, &OptionsString, 0); local
[all...]
H A DBusLogic.h911 unsigned char QueueDepth[BusLogic_MaxTargetDevices]; member in struct:BusLogic_DriverOptions
1081 unsigned char QueueDepth[BusLogic_MaxTargetDevices]; member in struct:BusLogic_HostAdapter

Completed in 41 milliseconds