Searched refs:ccti_limit (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c502 uint32_t ccti_limit; local
512 if ((errstr = parseint(argv[0], &ccti_limit, 0)))
518 if (ccti_limit && (ccti_limit + 1) != (index * 64 + (argc - 2)))
519 return "invalid number of cct entries input given ccti_limit and index";
528 &ccti_limit);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c129 uint16_t ccti_limit; local
177 /* if no entries, we will always send at least 1 mad to set ccti_limit = 0 */
189 ccti_limit = 0;
191 ccti_limit = p_opt->cc_cct.entries_len - 1;
196 p_cc->cc_tbl[i].ccti_limit = cl_hton16(ccti_limit);
203 if (!ccti_limit)
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h12000 ib_net16_t ccti_limit;
12008 * ccti_limit

Completed in 168 milliseconds