Home
last modified time | relevance | path

Searched refs:cc_tbl_mads (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c179 p_cc->cc_tbl_mads = 1; in cc_setup_mad_data()
181 p_cc->cc_tbl_mads = p_opt->cc_cct.entries_len - 1; in cc_setup_mad_data()
182 p_cc->cc_tbl_mads /= IB_CC_TBL_ENTRY_LIST_MAX; in cc_setup_mad_data()
183 p_cc->cc_tbl_mads += 1; in cc_setup_mad_data()
186 CL_ASSERT(p_cc->cc_tbl_mads <= OSM_CCT_ENTRY_MAD_BLOCKS); in cc_setup_mad_data()
193 for (i = 0; i < p_cc->cc_tbl_mads; i++) { in cc_setup_mad_data()
322 for (index = 0; index < p_cc->cc_tbl_mads; index++) { in cc_send_cct()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_congestion_control.h99 unsigned int cc_tbl_mads; member