Home
last modified time | relevance | path

Searched refs:UCT_DEVICE_TYPE_NET (Results 1 – 9 of 9) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_context.c40 [UCT_DEVICE_TYPE_NET] = "network",
57 ucs_offsetof(ucp_config_t, devices[UCT_DEVICE_TYPE_NET]), UCS_CONFIG_TYPE_STRING_ARRAY},
673 sa_rsc.dev_type = UCT_DEVICE_TYPE_NET; in ucp_add_tl_resources()
811 if ((0 == config->devices[UCT_DEVICE_TYPE_NET].count) && in ucp_check_resource_config()
1184 UCS_STATIC_ASSERT(UCT_DEVICE_TYPE_NET == 0); in ucp_fill_resources()
1185 for (dev_type = UCT_DEVICE_TYPE_NET; dev_type < UCT_DEVICE_TYPE_LAST; ++dev_type) { in ucp_fill_resources()
1283 UCS_STATIC_ASSERT(UCT_DEVICE_TYPE_NET == 0); in ucp_fill_resources()
1284 for (dev_type = UCT_DEVICE_TYPE_NET; dev_type < UCT_DEVICE_TYPE_LAST; ++dev_type) { in ucp_fill_resources()
1315 UCS_STATIC_ASSERT(UCT_DEVICE_TYPE_NET == 0); in ucp_fill_resources()
1316 for (dev_type = UCT_DEVICE_TYPE_NET; dev_type < UCT_DEVICE_TYPE_LAST; ++dev_type) { in ucp_fill_resources()
H A Ducp_worker.c2013 if (context->tl_rscs[tl_id].tl_rsc.dev_type == UCT_DEVICE_TYPE_NET) { in ucp_worker_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/info/
H A Ducx_info.c155 dev_type_bitmap = UCS_BIT(UCT_DEVICE_TYPE_NET); in main()
H A Dproto_info.c135 if (!(dev_type_bitmap & UCS_BIT(UCT_DEVICE_TYPE_NET))) { in print_ucp_info()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ugni/base/
H A Dugni_device.c47 tl_device->type = UCT_DEVICE_TYPE_NET; in uct_ugni_device_get_resource()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/tcp/
H A Dtcp_iface.c648 devices[num_devices].type = UCT_DEVICE_TYPE_NET; in uct_tcp_query_devices()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h299 UCT_DEVICE_TYPE_NET, /**< Network devices */ enumerator
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/base/
H A Dib_device.c927 tl_devices[num_tl_devices].type = UCT_DEVICE_TYPE_NET; in uct_ib_device_query_ports()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Duct_test.cc214 std::string(ifa->ifa_name), UCT_DEVICE_TYPE_NET); in set_interface_rscs()