Home
last modified time | relevance | path

Searched refs:fi_tsend (Results 1 – 23 of 23) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/man/
H A Dfi_tagged.3.md15 fi_tsend / fi_tsendv / fi_tsendmsg / fi_tinject / fi_tsenddata
33 ssize_t fi_tsend(struct fid_ep *ep, const void *buf, size_t len,
121 The send functions -- fi_tsend, fi_tsendv, fi_tsendmsg,
148 ## fi_tsend section in DESCRIPTION
150 The call fi_tsend transfers the data contained in the user-specified
153 or destination before fi_tsend is called. Unless the endpoint has
154 been configured differently, the data buffer passed into fi_tsend must
155 not be touched by the application until the fi_tsend call completes
160 The fi_tsendv call adds support for a scatter-gather list to fi_tsend.
187 The tagged inject call is an optimized version of fi_tsend. It provides
[all …]
H A Dfi_cq.3.md482 a corresponding fi_send/fi_tsend/et al call. If an endpoint has
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/test/
H A Drdm_fi_pcd_trecv_msg.c780 ret = fi_tsend(ep[0], source, len, loc_mr, in pdc_peek_event_present_buffer_provided()
910 ret = fi_tsend(ep[0], source, len, loc_mr, in pdc_peek_event_present_no_buff_provided()
1042 ret = fi_tsend(ep[0], src_buf[0], len, loc_mr, in pdc_peek_claim_same_tag()
1048 ret = fi_tsend(ep[0], src_buf[1], len, loc_mr, in pdc_peek_claim_same_tag()
1215 ret = fi_tsend(ep[0], src_buf[0], len, loc_mr, in pdc_peek_claim_unique_tag()
1221 ret = fi_tsend(ep[0], src_buf[1], len, loc_mr, in pdc_peek_claim_unique_tag()
1374 ret = fi_tsend(ep[0], source, len, loc_mr, in pdc_peek_discard()
1502 ret = fi_tsend(ep[0], src_buf[0], len, loc_mr, in pdc_peek_discard_unique_tags()
1508 ret = fi_tsend(ep[0], src_buf[1], len, loc_mr, in pdc_peek_discard_unique_tags()
1672 ret = fi_tsend(ep[0], src_buf[0], len, loc_mr, in pdc_peek_claim_then_claim_discard()
[all …]
H A Drdm_tagged_sr.c386 sz = fi_tsend(ep[0], source, len, loc_mr, gni_addr[1], len, target); in do_tsend()
662 sz = fi_tsend(ep[0], iov_src_buf, len * iov_cnt, NULL, gni_addr[1], in do_trecvv()
716 sz = fi_tsend(ep[0], source, len, loc_mr, gni_addr[1], len, target); in do_trecvmsg()
780 ret = fi_tsend(ep[1], msg[i], strlen(msg[i]), in __multi_tsend_trecv()
859 ret = fi_tsend(ep[1], msg[i], strlen(msg[i]), in do_tagged_sr_pipelined()
H A Dapi.c622 sz = fi_tsend(ep[0], source, len, loc_mr, gni_addr[1], len, target); in api_tagged_send_recv()
H A Dsep.c764 ret = fi_tsend(tx_ep[0][index], source, len, loc_mr[0], in sep_tsend()
821 ret = fi_tsend(tx_ep[0][index], source, len, loc_mr[0], in sep_trecvmsg()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/functional/
H A Drdm_tagged_peek.c191 ret = fi_tsend(ep, tx_buf, 1, mr_desc, in run()
202 ret = fi_tsend(ep, tx_buf, tx_size, mr_desc, in run()
H A Dresmgmt_test.c56 ret = fi_tsend(ep, tx_buf, size, NULL, remote_fi_addr, in send_loop()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/netmod/ofi/
H A Dofi_msg.c88 FI_RC_RETRY(fi_tsend(gl_data.endpoint, \
178 FI_RC_RETRY(fi_tsend(gl_data.endpoint, in MPID_nem_ofi_cts_recv_callback()
H A Dofi_tagged_template.c76 FI_RC_RETRY(fi_tsend(gl_data.endpoint, in ADD_SUFFIX()
187 FI_RC_RETRY(fi_tsend(gl_data.endpoint, /* Endpoint */ in ADD_SUFFIX()
H A Dofi_cm.c244 FI_RC_RETRY(fi_tsend(gl_data.endpoint, in MPID_nem_ofi_preposted_callback()
562 FI_RC_RETRY(fi_tsend(gl_data.endpoint, in MPID_nem_ofi_connect_to_root()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/include/rdma/
H A Dfi_direct_tagged.h103 static inline ssize_t fi_tsend(struct fid_ep *ep, const void *buf, size_t len, in fi_tsend() function
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/rdma/
H A Dfi_tagged.h111 fi_tsend(struct fid_ep *ep, const void *buf, size_t len, void *desc, in fi_tsend() function
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/bgq/include/rdma/
H A Dfi_direct_tagged.h202 #define fi_tsend(ep, buf, len, desc, dest_addr, tag, context) \ in FI_BGQ_TAGGED_SPECIALIZED_FUNC() macro
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/mtl/ofi/
H A Dmtl_ofi.h313 MTL_OFI_RETRY_UNTIL_DONE(fi_tsend(ompi_mtl_ofi.ep, in ompi_mtl_ofi_send_start()
487 MTL_OFI_RETRY_UNTIL_DONE(fi_tsend(ompi_mtl_ofi.ep, in ompi_mtl_ofi_recv_callback()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/mtl/ofi/
H A Dmtl_ofi.h514 MTL_OFI_RETRY_UNTIL_DONE(fi_tsend(ompi_mtl_ofi.ofi_ctxt[ctxt_id].tx_ep, in ompi_mtl_ofi_send_generic()
623 MTL_OFI_RETRY_UNTIL_DONE(fi_tsend(ompi_mtl_ofi.ofi_ctxt[ctxt_id].tx_ep, in ompi_mtl_ofi_isend_generic()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/src/
H A Dhook_xfer.c446 return fi_tsend(myep->hep, buf, len, desc, dest_addr, tag, context); in hook_tagged_send()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/perf/src/
H A Dhook_perf.c586 ret = fi_tsend(myep->hep, buf, len, desc, dest_addr, tag, context); in perf_tagged_send()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/ubertest/
H A Dxfer.c251 ft_send_retry(ret, fi_tsend, ft_tx_ctrl.ep, ft_tx_ctrl.buf, in ft_post_tsend()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/hook_debug/src/
H A Dhook_debug.c380 ret = fi_tsend(myep->hook_ep.hep, buf, len, desc, dest_addr, tag, mycontext); in hook_debug_tsend()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/util/
H A Dpingpong.c1174 PP_POST(fi_tsend, pp_get_tx_comp, ct->tx_seq, "t-transmit", ep, in pp_post_tx()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/common/
H A Dshared.c1748 FT_POST(fi_tsend, ft_progress, txcq, tx_seq, in ft_post_tx_buf()
/dports/devel/ga/ga-5.8/comex/src-ofi/
H A Dcomex.c3974 OFI_RETRY(fi_tsend(ofi_data.ep_tagged.endpoint, in comex_nbaccs_emu()