Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_ep.h145 if (ucs_unlikely((_ep)->fc.fc_wnd <= (_iface)->config.fc_soft_thresh)) { \
442 (fc->fc_wnd == iface->config.fc_soft_thresh) ? in uct_rc_fc_req_moderation()
H A Drc_iface.c337 iface->config.fc_soft_thresh = ucs_max((int)(iface->config.fc_wnd_size * in uct_rc_init_fc_thresh()
340 iface->config.fc_soft_thresh = 0; in uct_rc_init_fc_thresh()
H A Drc_iface.h229 int16_t fc_soft_thresh; member
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/ib/
H A Dtest_rc.h86 rc_iface(e)->config.fc_soft_thresh = s_thresh; in set_fc_attributes()