Home
last modified time | relevance | path

Searched refs:FI_EVENT (Results 1 – 15 of 15) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/psm/src/
H A Dpsmx_av.c160 if ((av_priv->flags & FI_EVENT) && !av_priv->eq) in psmx_av_insert()
246 if (av_priv->flags & FI_EVENT) in psmx_av_insert()
265 if (av_priv->flags & FI_EVENT) { in psmx_av_insert()
416 attr->flags, FI_EVENT); in psmx_av_open()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/unit/
H A Dav_test.c540 attr.flags = FI_EVENT; in av_good_vector_async()
612 attr.flags = FI_EVENT; in av_zero_async()
668 attr.flags = FI_EVENT; in av_good_2vector_async()
776 attr.flags = FI_EVENT; in av_goodbad_vector_async()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/src/
H A Dsock_av.c204 if ((_av->attr.flags & FI_EVENT) && !_av->eq) in sock_check_table_in()
230 return (_av->attr.flags & FI_EVENT) ? 0 : ret; in sock_check_table_in()
270 return (_av->attr.flags & FI_EVENT) ? 0 : ret; in sock_check_table_in()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/man/
H A Dfi_av.3.md105 to operate asynchronously by specifying the FI_EVENT flag to
212 - *FI_EVENT*
213 : When the flag FI_EVENT is specified, all insert operations on this
230 If an AV is opened with FI_EVENT, any insertions attempted before an
267 `FI_EVENT`, then an event queue must be bound to the AV before any
448 Insertion calls for an AV opened for asynchronous operation (with FI_EVENT
H A Dfi_efa.7.md43 *FI_EVENT* is unsupported.
H A Dfi_gni.7.md45 address vector types. FI_EVENT is unsupported.
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/util/src/
H A Dutil_av.c253 if ((av->flags & FI_EVENT) && !av->eq) { in ofi_verify_av_insert()
360 if (!(av->flags & FI_EVENT)) { in ofi_av_bind()
487 if (attr->flags & ~(FI_EVENT | FI_READ | FI_SYMMETRIC)) { in util_verify_av_attr()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/shm/src/
H A Dsmr_av.c108 if (!(flags & FI_EVENT)) in smr_av_insert()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/verbs/src/
H A Dverbs_dgram_av.c45 if ((av->flags & FI_EVENT) && !av->eq) { in vrb_dgram_verify_av_flags()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/
H A Dusdf_av.c718 if (attr->flags & ~FI_EVENT) { in usdf_av_process_attr()
774 if (attr->flags & FI_EVENT) { in usdf_av_open()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/psm2/src/
H A Dpsmx2_av.c447 if ((av_priv->flags & FI_EVENT) && !av_priv->eq) { in psmx2_av_insert()
504 if (av_priv->flags & FI_EVENT) { in psmx2_av_insert()
596 if (av_priv->flags & FI_EVENT) { in psmx2_av_map_insert()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/efa/src/
H A Defa_av.c162 if (av->util_av.flags & FI_EVENT) in efa_av_insert_ah()
164 if ((flags & FI_SYNC_ERR) && (!context || (flags & FI_EVENT))) in efa_av_insert_ah()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/rdma/
H A Dfabric.h157 #define FI_EVENT FI_COMPLETION macro
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/usnic/
H A Dbtl_usnic_module.c2242 av_attr.flags = FI_EVENT; in init_channels()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/usnic/
H A Dbtl_usnic_module.c2242 av_attr.flags = FI_EVENT; in init_channels()