Searched refs:AllocatedCCBs (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.c184 HostAdapter->AllocatedCCBs++;
200 while (HostAdapter->AllocatedCCBs < HostAdapter->InitialCCBs) {
244 int PreviouslyAllocated = HostAdapter->AllocatedCCBs;
249 while (HostAdapter->AllocatedCCBs - PreviouslyAllocated < AdditionalCCBs) {
255 if (HostAdapter->AllocatedCCBs > PreviouslyAllocated) {
257 BusLogic_Notice("Allocated %d additional CCBs (total now %d)\n", HostAdapter, HostAdapter->AllocatedCCBs - PreviouslyAllocated, HostAdapter->AllocatedCCBs);
261 if (HostAdapter->DriverQueueDepth > HostAdapter->AllocatedCCBs - HostAdapter->TargetDeviceCount) {
262 HostAdapter->DriverQueueDepth = HostAdapter->AllocatedCCBs - HostAdapter->TargetDeviceCount;
2173 if (QueueDepth > HostAdapter->AllocatedCCBs)
[all...]
H A DBusLogic.h1071 unsigned short AllocatedCCBs; member in struct:BusLogic_HostAdapter

Completed in 299 milliseconds