Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/ud/verbs/
H A Dud_verbs.c140 if (flags & UCT_UD_IFACE_SEND_CTL_FLAG_SOLICITED) { in uct_ud_verbs_ep_send_ctl()
510 UCT_UD_IFACE_SEND_CTL_FLAG_SOLICITED, 1); in uct_ud_verbs_ep_create_connected()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/ud/base/
H A Dud_iface.h45 UCT_UD_IFACE_SEND_CTL_FLAG_SOLICITED = UCS_BIT(1), enumerator
H A Dud_ep.c1080 UCT_UD_IFACE_SEND_CTL_FLAG_SOLICITED, 1); in uct_ud_ep_send_creq_crep()
1222 UCT_UD_IFACE_SEND_CTL_FLAG_SOLICITED, in uct_ud_ep_resend()
1258 ctl_flags |= UCT_UD_IFACE_SEND_CTL_FLAG_SOLICITED; in uct_ud_ep_send_ack()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/ud/accel/
H A Dud_mlx5.c128 if (flags & UCT_UD_IFACE_SEND_CTL_FLAG_SOLICITED) { in uct_ud_mlx5_ep_send_ctl()