Home
last modified time | relevance | path

Searched refs:uct_config_bundle_t (Results 1 – 4 of 4) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/base/
H A Duct_md.c188 uct_config_bundle_t *bundle = NULL; in uct_md_iface_config_read()
263 uct_config_bundle_t *bundle = NULL; in uct_md_config_read()
281 uct_config_bundle_t *bundle = (uct_config_bundle_t *)config - 1; in uct_config_release()
291 uct_config_bundle_t *bundle = (uct_config_bundle_t *)config - 1; in uct_config_get()
298 uct_config_bundle_t *bundle = (uct_config_bundle_t *)config - 1; in uct_config_modify()
H A Duct_component.h28 } uct_config_bundle_t; typedef
179 ucs_status_t uct_config_read(uct_config_bundle_t **bundle,
H A Duct_component.c99 ucs_status_t uct_config_read(uct_config_bundle_t **bundle, in uct_config_read()
105 uct_config_bundle_t *config_bundle; in uct_config_read()
H A Duct_cm.c42 uct_config_bundle_t *bundle = NULL; in uct_cm_config_read()