7 #include <rdma\winverbs.h>
8 #include <comp_channel.h>
10 typedef unsigned __int8 uint8_t;
11 typedef unsigned __int16 uint16_t;
12 typedef unsigned __int32 uint32_t;
13 typedef unsigned __int64 uint64_t;
20 uint64_t subnet_prefix;
21 uint64_t interface_id;
35 enum wv_node_type node_type;
36 WV_DEVICE_TYPE transport_type;
59 IWVProtectionDomain *handle;
98 IWVSharedReceiveQueue *handle;
106 struct wv_cq *send_cq;
107 struct wv_cq *recv_cq;
109 IWVQueuePair *handle;
112 IWVDatagramQueuePair *ud_handle;
113 IWVConnectQueuePair *conn_handle;
123 COMP_CHANNEL comp_channel;
131 IWVCompletionQueue *handle;
133 COMP_ENTRY comp_entry;
134 LONG
volatile notify_cnt;
135 LONG
volatile ack_cnt;
142 uint8_t phys_port_cnt;
147 COMP_ENTRY comp_entry;
163 IWVAddressHandle *handle;
Definition: btl_wv_def.h:152
Definition: btl_wv_def.h:126
Definition: btl_wv_def.h:138
Definition: btl_wv_def.h:85
Definition: btl_wv_def.h:161
Definition: btl_wv_def.h:15
Definition: btl_wv_def.h:72
Definition: btl_wv_def.h:101
Definition: btl_wv_def.h:120
Definition: btl_wv_def.h:62
Definition: btl_wv_def.h:40
Definition: btl_wv_def.h:79
Definition: btl_wv_def.h:56
Definition: btl_wv_def.h:33
Definition: btl_wv_def.h:93
Definition: btl_wv_def.h:145