Home
last modified time | relevance | path

Searched refs:uct_ep_get_bcopy_func_t (Results 1 – 5 of 5) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Dtl.h55 typedef ucs_status_t (*uct_ep_get_bcopy_func_t)(uct_ep_h ep, typedef
297 uct_ep_get_bcopy_func_t ep_get_bcopy;
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/tcp/
H A Dtcp_sockcm.c143 .ep_get_bcopy = (uct_ep_get_bcopy_func_t)ucs_empty_function_return_unsupported,
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rdmacm/
H A Drdmacm_cm.c508 .ep_get_bcopy = (uct_ep_get_bcopy_func_t)ucs_empty_function_return_unsupported,
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/base/
H A Duct_iface.c347 ops->ep_get_bcopy = (uct_ep_get_bcopy_func_t)ucs_empty_function_return_ep_timeout; in uct_set_ep_failed()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/wireup/
H A Dwireup_ep.c330 .ep_get_bcopy = (uct_ep_get_bcopy_func_t)ucs_empty_function_return_no_resource, in UCS_CLASS_INIT_FUNC()