Home
last modified time | relevance | path

Searched refs:UntaggedQueueDepth (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DBusLogic.c1945 HostAdapter->UntaggedQueueDepth = BusLogic_UntaggedQueueDepthBB; in BusLogic_ReadHostAdapterConfiguration()
1946 else HostAdapter->UntaggedQueueDepth = BusLogic_UntaggedQueueDepth; in BusLogic_ReadHostAdapterConfiguration()
1951 HostAdapter->CommonQueueDepth < HostAdapter->UntaggedQueueDepth) in BusLogic_ReadHostAdapterConfiguration()
1952 HostAdapter->UntaggedQueueDepth = HostAdapter->CommonQueueDepth; in BusLogic_ReadHostAdapterConfiguration()
2185 HostAdapter->UntaggedQueueDepth); in BusLogic_ReportHostAdapterConfiguration()
2625 Host->cmd_per_lun = HostAdapter->UntaggedQueueDepth; in BusLogic_InitializeHostStructure()
2661 QueueDepth > HostAdapter->UntaggedQueueDepth) in BusLogic_SelectQueueDepths()
2663 QueueDepth = HostAdapter->UntaggedQueueDepth; in BusLogic_SelectQueueDepths()
DBusLogic.h1406 unsigned short UntaggedQueueDepth; member