Searched refs:UntaggedQueueDepth (Results 1 – 2 of 2) sorted by relevance
1945 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()
1406 unsigned short UntaggedQueueDepth; member