Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c247 unsigned switch_cnt_max; member
506 if (f->switch_cnt >= f->switch_cnt_max) { in alloc_fswitch()
508 cnt_max = 16 + 5 * f->switch_cnt_max / 4; in alloc_fswitch()
516 f->switch_cnt_max = cnt_max; in alloc_fswitch()
518 (f->switch_cnt_max - f->switch_cnt)*sizeof(*f->sw)); in alloc_fswitch()