Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c244 unsigned switch_cnt; member
289 unsigned switch_cnt; member
347 for (s = 0; s < f->switch_cnt; s++) { in teardown_fabric()
385 for (s = 0; s < t->switch_cnt; s++) { in teardown_torus()
464 for (s = 0; s < f->switch_cnt; s++) { in find_f_sw()
506 if (f->switch_cnt >= f->switch_cnt_max) { in alloc_fswitch()
517 memset(&f->sw[f->switch_cnt], 0, in alloc_fswitch()
518 (f->switch_cnt_max - f->switch_cnt)*sizeof(*f->sw)); in alloc_fswitch()
530 f->sw[f->switch_cnt++] = sw; in alloc_fswitch()
1308 for (k = 0; k < f->switch_cnt; k++) in diagnose_fabric()
[all …]