Searched refs:QueueDepth (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.c1650 unsigned char QueueDepth = 0; local
1651 if (HostAdapter->DriverOptions != NULL && HostAdapter->DriverOptions->QueueDepth[TargetID] > 0)
1652 QueueDepth = HostAdapter->DriverOptions->QueueDepth[TargetID];
1654 QueueDepth = BusLogic_TaggedQueueDepthBB;
1655 HostAdapter->QueueDepth[TargetID] = QueueDepth;
1813 if (HostAdapter->QueueDepth[TargetID] != HostAdapter->QueueDepth[0]) {
1818 if (HostAdapter->QueueDepth[
2155 int QueueDepth = HostAdapter->QueueDepth[TargetID]; local
3365 unsigned short QueueDepth = simple_strtoul(OptionsString, &OptionsString, 0); local
3386 unsigned short QueueDepth = simple_strtoul(OptionsString, &OptionsString, 0); local
[all...]
H A DBusLogic.h928 unsigned char QueueDepth[BusLogic_MaxTargetDevices]; member in struct:BusLogic_DriverOptions
1098 unsigned char QueueDepth[BusLogic_MaxTargetDevices]; member in struct:BusLogic_HostAdapter

Completed in 93 milliseconds