Searched refs:CommonQueueDepth (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.h927 unsigned char CommonQueueDepth; member in struct:BusLogic_DriverOptions
1075 unsigned short CommonQueueDepth; member in struct:BusLogic_HostAdapter
H A DBusLogic.c1662 HostAdapter->CommonQueueDepth = HostAdapter->DriverOptions->CommonQueueDepth;
1663 if (HostAdapter->CommonQueueDepth > 0 && HostAdapter->CommonQueueDepth < HostAdapter->UntaggedQueueDepth)
1664 HostAdapter->UntaggedQueueDepth = HostAdapter->CommonQueueDepth;
3391 DriverOptions->CommonQueueDepth = QueueDepth;

Completed in 113 milliseconds