@@ -278,8 +278,8 @@ static inline intptr_t mca_btl_ugni_post_fma_device (mca_btl_ugni_device_t *devi
278
278
}
279
279
280
280
BTL_VERBOSE (("Posting FMA descriptor %p with op_type %d, amo %d, remote_addr 0x%lx, "
281
- "length %lu" , (void * )desc , desc -> gni_desc .type , desc -> gni_desc .amo_cmd ,
282
- desc -> gni_desc .remote_addr , desc -> gni_desc .length ));
281
+ "length %lu" , (void * )rdma_desc , rdma_desc -> btl_ugni_desc . gni_desc .type , rdma_desc -> btl_ugni_desc . gni_desc .amo_cmd ,
282
+ rdma_desc -> btl_ugni_desc . gni_desc .remote_addr , rdma_desc -> btl_ugni_desc . gni_desc .length ));
283
283
284
284
rc = GNI_PostFma (rdma_desc -> gni_handle , & rdma_desc -> btl_ugni_desc .gni_desc );
285
285
if (OPAL_UNLIKELY (GNI_RC_SUCCESS != rc )) {
@@ -323,8 +323,8 @@ static inline intptr_t mca_btl_ugni_post_rdma_device (mca_btl_ugni_device_t *dev
323
323
& device -> dev_rdma_local_cq ;
324
324
325
325
BTL_VERBOSE (("Posting RDMA descriptor %p with op_type %d, amo %d, remote_addr 0x%lx, "
326
- "length %lu" , (void * )desc , desc -> gni_desc .type , desc -> gni_desc .amo_cmd ,
327
- desc -> gni_desc .remote_addr , desc -> gni_desc .length ));
326
+ "length %lu" , (void * )rdma_desc , rdma_desc -> btl_ugni_desc . gni_desc .type , rdma_desc -> btl_ugni_desc . gni_desc .amo_cmd ,
327
+ rdma_desc -> btl_ugni_desc . gni_desc .remote_addr , rdma_desc -> btl_ugni_desc . gni_desc .length ));
328
328
329
329
rc = GNI_PostRdma (rdma_desc -> gni_handle , & rdma_desc -> btl_ugni_desc .gni_desc );
330
330
if (OPAL_UNLIKELY (GNI_RC_SUCCESS != rc )) {
0 commit comments