Home
last modified time | relevance | path

Searched refs:FI_CONTEXT2 (Results 1 – 12 of 12) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/man/
H A Dfi_direct.7.md64 : The provider sets FI_CONTEXT or FI_CONTEXT2 for fi_info:mode. See fi_getinfo
66 should use struct fi_context in their definitions, even if FI_CONTEXT2 is set.
H A Dfi_trigger.3.md37 the provider requires the FI_CONTEXT2 mode, struct fi_trigger_context2. The
H A Dfi_endpoint.3.md313 interacts with the FI_CONTEXT and FI_CONTEXT2 mode bits.
1495 Endpoints allocated with the FI_CONTEXT or FI_CONTEXT2 mode bits set must
H A Dfi_getinfo.3.md513 *FI_CONTEXT2*
/dports/net/mpich/mpich-3.4.3/modules/libfabric/util/
H A Dpingpong.c1437 if (((*info)->tx_attr->mode & FI_CONTEXT2) != 0) { in pp_getinfo()
1441 } else if (((*info)->mode & FI_CONTEXT2) != 0) { in pp_getinfo()
1449 if (((*info)->rx_attr->mode & FI_CONTEXT2) != 0) { in pp_getinfo()
1453 } else if (((*info)->mode & FI_CONTEXT2) != 0) { in pp_getinfo()
2232 ct.hints->mode = FI_CONTEXT | FI_CONTEXT2 | FI_MSG_PREFIX; in main()
H A Dinfo.c161 ORCASE(FI_CONTEXT2); in str2mode()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/rdma/
H A Dfabric.h352 #define FI_CONTEXT2 (1ULL << 52) macro
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/unit/
H A Deq_test.c612 hints->mode = FI_CONTEXT | FI_CONTEXT2 | FI_MSG_PREFIX | FI_ASYNC_IOV | in main()
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/sst/dp/
H A Drdma_dp.c127 hints->mode = FI_CONTEXT | FI_LOCAL_MR | FI_CONTEXT2 | FI_MSG_PREFIX | in init_fabric()
219 if (info->mode & FI_CONTEXT2) in init_fabric()
1713 hints->mode = FI_CONTEXT | FI_LOCAL_MR | FI_CONTEXT2 | FI_MSG_PREFIX | in RdmaGetPriority()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ofi/
H A Dofi_init.c1759 #ifdef FI_CONTEXT2 in init_hints()
1760 hints->mode |= FI_CONTEXT2; in init_hints()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/src/
H A Dfi_tostr.c286 IFFLAGSTR(mode, FI_CONTEXT2); in ofi_tostr_mode()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/
H A DNEWS.md1249 - New mode bit: FI_CONTEXT2
1251 mode bit setting. To accomodate such providers, an FI_CONTEXT2