grc               460 opal/mca/btl/ugni/btl_ugni_add_procs.c         gni_return_t grc;
grc               463 opal/mca/btl/ugni/btl_ugni_add_procs.c         grc = GNI_GetJobResInfo (0, mca_btl_ugni_component.ptag,
grc               465 opal/mca/btl/ugni/btl_ugni_add_procs.c         if (GNI_RC_SUCCESS == grc) {
grc               493 opal/mca/btl/ugni/btl_ugni_add_procs.c     gni_return_t grc;
grc               522 opal/mca/btl/ugni/btl_ugni_add_procs.c     grc = GNI_SmsgBufferSizeNeeded (&tmp_smsg_attrib, &mbox_size);
grc               523 opal/mca/btl/ugni/btl_ugni_add_procs.c     if (OPAL_UNLIKELY(GNI_RC_SUCCESS != grc)) {
grc               525 opal/mca/btl/ugni/btl_ugni_add_procs.c         return mca_btl_rc_ugni_to_opal (grc);
grc                38 opal/mca/btl/ugni/btl_ugni_device.h int mca_btl_ugni_event_fatal_error (gni_return_t grc, gni_cq_entry_t event_data);
grc                68 opal/mca/btl/ugni/btl_ugni_device.h     gni_return_t grc;
grc                70 opal/mca/btl/ugni/btl_ugni_device.h     grc = GNI_SmsgSendWTag (args->ep_handle, args->hdr, args->hdr_len, args->payload,
grc                72 opal/mca/btl/ugni/btl_ugni_device.h     device->dev_smsg_local_cq.active_operations += (GNI_RC_SUCCESS == grc);
grc                73 opal/mca/btl/ugni/btl_ugni_device.h     return grc;
grc               387 opal/mca/btl/ugni/btl_ugni_device.h     gni_return_t grc;
grc               390 opal/mca/btl/ugni/btl_ugni_device.h     grc = GNI_PostDataProbeById (device->dev_handle, &datagram_id);
grc               391 opal/mca/btl/ugni/btl_ugni_device.h     if (OPAL_LIKELY(GNI_RC_SUCCESS != grc)) {
grc               397 opal/mca/btl/ugni/btl_ugni_device.h     BTL_VERBOSE(("rc: %d, datgram_id: %" PRIx64 ", mask: %" PRIx64, grc, datagram_id, (uint64_t) (datagram_id & MCA_BTL_UGNI_DATAGRAM_MASK)));
grc               407 opal/mca/btl/ugni/btl_ugni_device.h     grc = GNI_EpPostDataWaitById (*args->handle, datagram_id, -1, &post_state,
grc               409 opal/mca/btl/ugni/btl_ugni_device.h     if (GNI_RC_SUCCESS != grc) {
grc               410 opal/mca/btl/ugni/btl_ugni_device.h         BTL_ERROR(("GNI_EpPostDataWaitById failed with rc = %d", grc));
grc               411 opal/mca/btl/ugni/btl_ugni_device.h         return mca_btl_rc_ugni_to_opal (grc);
grc               247 opal/mca/btl/ugni/btl_ugni_endpoint.c     gni_return_t grc;
grc               264 opal/mca/btl/ugni/btl_ugni_endpoint.c     grc = GNI_SmsgInit (ep->smsg_ep_handle.gni_handle, &ep->mailbox->attr.smsg_attr,
grc               266 opal/mca/btl/ugni/btl_ugni_endpoint.c     if (OPAL_UNLIKELY(GNI_RC_SUCCESS != grc)) {
grc               267 opal/mca/btl/ugni/btl_ugni_endpoint.c         BTL_ERROR(("error initializing SMSG protocol. rc = %d", grc));
grc               269 opal/mca/btl/ugni/btl_ugni_endpoint.c         return mca_btl_rc_ugni_to_opal (grc);
grc               377 opal/mca/btl/ugni/btl_ugni_endpoint.c     gni_return_t grc;
grc               382 opal/mca/btl/ugni/btl_ugni_endpoint.c     grc = GNI_EpCreate (device->dev_handle, cq, &ep_handle->gni_handle);
grc               383 opal/mca/btl/ugni/btl_ugni_endpoint.c     if (OPAL_LIKELY(GNI_RC_SUCCESS == grc)) {
grc               384 opal/mca/btl/ugni/btl_ugni_endpoint.c         grc = GNI_EpBind (ep_handle->gni_handle, ep->ep_rem_addr, ep->ep_rem_id);
grc               387 opal/mca/btl/ugni/btl_ugni_endpoint.c     return mca_btl_rc_ugni_to_opal (grc);
grc                68 opal/mca/btl/ugni/btl_ugni_frag.c     gni_return_t grc;
grc                70 opal/mca/btl/ugni/btl_ugni_frag.c     grc = GNI_EpCreate (device->dev_handle, device->dev_rdma_local_cq.gni_handle, &rdma_desc->gni_handle);
grc                72 opal/mca/btl/ugni/btl_ugni_frag.c     return mca_btl_rc_ugni_to_opal (grc);
grc               157 opal/mca/btl/ugni/btl_ugni_frag.h     gni_return_t grc;
grc               160 opal/mca/btl/ugni/btl_ugni_frag.h         grc = GNI_EpBind (desc->gni_handle, ep->ep_rem_addr, ep->ep_rem_id | device->dev_index);
grc               161 opal/mca/btl/ugni/btl_ugni_frag.h         if (OPAL_UNLIKELY(GNI_RC_SUCCESS != grc)) {
grc               329 opal/mca/btl/ugni/btl_ugni_module.c int mca_btl_ugni_event_fatal_error (gni_return_t grc, gni_cq_entry_t event_data)
grc               339 opal/mca/btl/ugni/btl_ugni_module.c         BTL_ERROR(("Error in GNI_GetComplete %s", gni_err_str[grc]));
grc               342 opal/mca/btl/ugni/btl_ugni_module.c     return mca_btl_rc_ugni_to_opal (grc);
grc               202 opal/mca/btl/ugni/btl_ugni_smsg.c     gni_return_t grc;
grc               205 opal/mca/btl/ugni/btl_ugni_smsg.c     grc = mca_btl_ugni_gni_cq_get_event (btl->devices, btl->smsg_remote_cq, &event_data);
grc               206 opal/mca/btl/ugni/btl_ugni_smsg.c     if (GNI_RC_NOT_DONE == grc) {
grc               210 opal/mca/btl/ugni/btl_ugni_smsg.c     if (OPAL_UNLIKELY(GNI_RC_SUCCESS != grc || !GNI_CQ_STATUS_OK(event_data) ||
grc               212 opal/mca/btl/ugni/btl_ugni_smsg.c         if (GNI_RC_ERROR_RESOURCE == grc ||
grc               213 opal/mca/btl/ugni/btl_ugni_smsg.c             (GNI_RC_SUCCESS == grc && GNI_CQ_OVERRUN(event_data))) {
grc               222 opal/mca/btl/ugni/btl_ugni_smsg.c         return mca_btl_rc_ugni_to_opal (grc);
grc                43 opal/mca/btl/ugni/btl_ugni_smsg.h     gni_return_t grc;
grc                45 opal/mca/btl/ugni/btl_ugni_smsg.h     grc = mca_btl_ugni_cq_get_event (device, &device->dev_smsg_local_cq, &event_data);
grc                46 opal/mca/btl/ugni/btl_ugni_smsg.h     if (GNI_RC_NOT_DONE == grc) {
grc                50 opal/mca/btl/ugni/btl_ugni_smsg.h     if (OPAL_UNLIKELY((GNI_RC_SUCCESS != grc && !event_data) || GNI_CQ_OVERRUN(event_data))) {
grc                53 opal/mca/btl/ugni/btl_ugni_smsg.h         return mca_btl_ugni_event_fatal_error (grc, event_data);
grc                81 opal/mca/btl/ugni/btl_ugni_smsg.h     gni_return_t grc;
grc                83 opal/mca/btl/ugni/btl_ugni_smsg.h     grc = mca_btl_ugni_endpoint_smsg_send_wtag (endpoint, hdr, hdr_len, payload, payload_len,
grc                85 opal/mca/btl/ugni/btl_ugni_smsg.h     if (OPAL_LIKELY(GNI_RC_SUCCESS == grc)) {
grc                98 opal/mca/btl/ugni/btl_ugni_smsg.h     if (OPAL_LIKELY(GNI_RC_NOT_DONE == grc)) {
grc               105 opal/mca/btl/ugni/btl_ugni_smsg.h                grc, (uintptr_t) frag->endpoint->smsg_ep_handle.gni_handle, (int) hdr_len,