Home
last modified time | relevance | path

Searched refs:custom_devices (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/base/
H A Dib_md.c1163 for (i = 0; i < md->custom_devices.count; ++i) { in uct_ib_md_release_device_config()
1164 free((char*)md->custom_devices.specs[i].name); in uct_ib_md_release_device_config()
1166 ucs_free(md->custom_devices.specs); in uct_ib_md_release_device_config()
1277 count = md->custom_devices.count = md_config->custom_devices.count; in uct_ib_md_parse_device_config()
1279 md->custom_devices.specs = NULL; in uct_ib_md_parse_device_config()
1280 md->custom_devices.count = 0; in uct_ib_md_parse_device_config()
1284 md->custom_devices.specs = ucs_calloc(count, sizeof(*md->custom_devices.specs), in uct_ib_md_parse_device_config()
1286 if (md->custom_devices.specs == NULL) { in uct_ib_md_parse_device_config()
1292 spec = &md->custom_devices.specs[i]; in uct_ib_md_parse_device_config()
1293 nfields = sscanf(md_config->custom_devices.spec[i], in uct_ib_md_parse_device_config()
[all …]
H A Dib_md.h131 } custom_devices; member
158 UCS_CONFIG_STRING_ARRAY_FIELD(spec) custom_devices; /**< Custom device specifications */
H A Dib_device.c469 for (spec = md->custom_devices.specs; in uct_ib_device_spec()
470 spec < md->custom_devices.specs + md->custom_devices.count; ++spec) { in uct_ib_device_spec()