Home
last modified time | relevance | path

Searched refs:ofi_context (Results 1 – 10 of 10) sorted by relevance

/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/ofi/
H A Dbtl_ofi_rdma.c33 assert(ofi_context); in mca_btl_ofi_rdma_completion_alloc()
42 comp->base.my_context = ofi_context; in mca_btl_ofi_rdma_completion_alloc()
43 comp->base.my_list = &ofi_context->rdma_comp_list; in mca_btl_ofi_rdma_completion_alloc()
68 mca_btl_ofi_context_t *ofi_context; in mca_btl_ofi_get() local
70 ofi_context = get_ofi_context(ofi_btl); in mca_btl_ofi_get()
74 ofi_context, in mca_btl_ofi_get()
83 rc = fi_read(ofi_context->tx_ctx, in mca_btl_ofi_get()
114 mca_btl_ofi_context_t *ofi_context; in mca_btl_ofi_put() local
116 ofi_context = get_ofi_context(ofi_btl); in mca_btl_ofi_put()
121 ofi_context, in mca_btl_ofi_put()
[all …]
H A Dbtl_ofi_atomics.c46 mca_btl_ofi_context_t *ofi_context; in mca_btl_ofi_afop() local
48 ofi_context = get_ofi_context(ofi_btl); in mca_btl_ofi_afop()
57 ofi_context, in mca_btl_ofi_afop()
68 rc = fi_fetch_atomic(ofi_context->tx_ctx, in mca_btl_ofi_afop()
101 mca_btl_ofi_context_t *ofi_context; in mca_btl_ofi_aop() local
103 ofi_context = get_ofi_context(ofi_btl); in mca_btl_ofi_aop()
112 ofi_context, in mca_btl_ofi_aop()
123 rc = fi_atomic(ofi_context->tx_ctx, in mca_btl_ofi_aop()
155 mca_btl_ofi_context_t *ofi_context; in mca_btl_ofi_acswap() local
157 ofi_context = get_ofi_context(ofi_btl); in mca_btl_ofi_acswap()
[all …]
H A Dbtl_ofi_rdma.h25 mca_btl_ofi_context_t *ofi_context,
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/netmod/ofi/
H A Dofi_cm.c110 (void *) &(REQ_OFI(gl_data.conn_req)->ofi_context)), trecv); in MPID_nem_ofi_conn_req_callback()
237 &(REQ_OFI(new_rreq)->ofi_context)), trecv); in MPID_nem_ofi_preposted_callback()
249 wc->tag | MPIDI_OFI_MSG_CTS, &(REQ_OFI(sreq)->ofi_context)), tsend); in MPID_nem_ofi_preposted_callback()
258 GET_RCD_IGNORE_MASK(), &(REQ_OFI(rreq)->ofi_context)), trecv); in MPID_nem_ofi_preposted_callback()
335 (void *) &(REQ_OFI(persistent_req)->ofi_context)), trecv); in MPID_nem_ofi_cm_init()
353 GET_RCD_IGNORE_MASK(), (void *) &(REQ_OFI(conn_req)->ofi_context)), trecv); in MPID_nem_ofi_cm_init()
375 &(REQ_OFI(gl_data.persistent_req)->ofi_context)), cancel); in MPID_nem_ofi_cm_finalize()
380 FI_RC(fi_cancel((fid_t) gl_data.endpoint, &(REQ_OFI(gl_data.conn_req)->ofi_context)), cancel); in MPID_nem_ofi_cm_finalize()
567 conn_req_send_bits, &(REQ_OFI(sreq)->ofi_context)), tsend); in MPID_nem_ofi_connect_to_root()
576 conn_req_send_bits, &(REQ_OFI(sreq)->ofi_context)), tsend); in MPID_nem_ofi_connect_to_root()
H A Dofi_msg.c86 &(REQ_OFI(cts_req)->ofi_context)),trecv); \
94 &(REQ_OFI(sreq)->ofi_context)),tsend); \
103 &(REQ_OFI(sreq)->ofi_context)),tsend); \
184 (void *) &(REQ_OFI(preq)->ofi_context)), tsend); in MPID_nem_ofi_cts_recv_callback()
193 msg.context = &(REQ_OFI(preq)->ofi_context); in MPID_nem_ofi_cts_recv_callback()
H A Dofi_progress.c14 static inline MPIR_Request *context_to_req(void *ofi_context) in context_to_req() argument
16 return (MPIR_Request *) MPL_container_of(ofi_context, MPIR_Request, ch.netmod_area.padding); in context_to_req()
H A Dofi_tagged.c78 &(REQ_OFI(req)->ofi_context)); \
116 ret = fi_cancel((fid_t) gl_data.endpoint, &(REQ_OFI(rreq)->ofi_context)); in MPID_nem_ofi_anysource_matched()
H A Dofi_tagged_template.c85 ssend_bits, &(REQ_OFI(sync_req)->ofi_context)), tsend); in ADD_SUFFIX()
170 &(REQ_OFI(sync_req)->ofi_context)), trecv); in ADD_SUFFIX()
199 &(REQ_OFI(sreq)->ofi_context)), tsend); in ADD_SUFFIX()
419 msg.context = (void *) &(REQ_OFI(rreq)->ofi_context); in ADD_SUFFIX()
H A Dofi_probe_template.c86 msg.context = (void *) &(REQ_OFI(rreq)->ofi_context); in ADD_SUFFIX()
H A Dofi_impl.h106 context_t ofi_context; /* Context Object */ member