]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Refresh of nd-api
authorSean Hefty <sean.hefty@intel.com>
Tue, 27 Jul 2010 06:36:05 +0000 (23:36 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 27 Jul 2010 06:36:05 +0000 (23:36 -0700)
trunk/ulp/netdirect2/user/nd_adapter.cpp

index 97d08c90422fbde3a932b3811db1d4e604bb9b6a..3228e0a82bc12f5741fe38a622cb0e2119335aa3 100644 (file)
@@ -142,10 +142,10 @@ Query(ND_ADAPTER_INFO* pInfo, SIZE_T* pcbInfo)
     pInfo->MaxTransferLength           = 1 << 31;\r
        pInfo->MaxInboundReadLimit              = (DWORD) attr.MaxQpResponderResources;\r
        pInfo->MaxOutboundReadLimit             = (DWORD) attr.MaxQpInitiatorDepth;\r
-    pInfo->MaxRQDepth                          = (DWORD) attr.MaxQpWr;\r
-    pInfo->MaxIQDepth                          = (DWORD) attr.MaxQpWr;\r
-    pInfo->MaxSRQDepth                         = (DWORD) attr.MaxSrqWr;\r
-    pInfo->MaxCQDepth                          = (DWORD) attr.MaxCqEntries;\r
+    pInfo->MaxReceiveQueueDepth                = (DWORD) attr.MaxQpWr;\r
+    pInfo->MaxInitiatorQueueDepth      = (DWORD) attr.MaxQpWr;\r
+    pInfo->MaxSharedReceiveQueueDepth = (DWORD) attr.MaxSrqWr;\r
+    pInfo->MaxCompletionQueueDepth     = (DWORD) attr.MaxCqEntries;\r
     pInfo->InlineRequestThreshold      = m_MaxInlineSend;\r
     pInfo->LargeRequestThreshold       = 0;\r
        pInfo->MaxCallerData                    = ND_PRIVATE_DATA_SIZE;\r