Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_iface.c423 const unsigned count = iface->config.tx_ops_count; in uct_rc_iface_tx_ops_init()
454 const unsigned total_count = iface->config.tx_ops_count; in uct_rc_iface_tx_ops_cleanup()
463 if (free_count != iface->config.tx_ops_count) { in uct_rc_iface_tx_ops_cleanup()
531 self->config.tx_ops_count = init_attr->cq_len[UCT_IB_DIR_TX]; in UCS_CLASS_INIT_FUNC()
H A Drc_iface.h224 unsigned tx_ops_count; member
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/verbs/
H A Drc_verbs_ep.c624 ucs_assert(iface->super.tx.cq_available < iface->super.config.tx_ops_count); in UCS_CLASS_CLEANUP_FUNC()