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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DBusLogic.h1246 unsigned char CommonQueueDepth; member in struct:BusLogic_DriverOptions
1407 unsigned short CommonQueueDepth; member in struct:BusLogic_HostAdapter
H A DBusLogic.c1948 HostAdapter->CommonQueueDepth =
1949 HostAdapter->DriverOptions->CommonQueueDepth;
1950 if (HostAdapter->CommonQueueDepth > 0 &&
1951 HostAdapter->CommonQueueDepth < HostAdapter->UntaggedQueueDepth)
1952 HostAdapter->UntaggedQueueDepth = HostAdapter->CommonQueueDepth;
4796 DriverOptions->CommonQueueDepth = QueueDepth;

Completed in 48 milliseconds