--- A/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.h	Thu Feb 24 09:22:30 2011
+++ B/ulp/ipoib_NDIS6_CM/kernel/ipoib_port.h	Thu Feb 24 09:04:38 2011
@@ -107,6 +107,8 @@
 	ib_query_handle_t		h_query;
 	ib_srq_handle_t			h_srq;
 	atomic32_t				srq_qp_cnt;
+	int32_t					srq_max_depth;
+	int32_t					srq_depth;
 	net32_t					qpn;
 
 	ib_mr_handle_t			h_mr;
@@ -1123,7 +1125,7 @@
 
 	if (NET_BUFFER_LIST_STATUS(NetBufferLists) != NDIS_STATUS_SUCCESS) {
 		IPOIB_PRINT( TRACE_LEVEL_INFORMATION, IPOIB_DBG_ALL,
-			("NBL completed with error %d to NDIS\n",
+			("NBL completed with error %#x to NDIS\n",
 				NET_BUFFER_LIST_STATUS(NetBufferLists)));
 	}
 	IPOIB_PRINT( TRACE_LEVEL_VERBOSE, IPOIB_DBG_SEND,
