Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c301 struct t_switch **sw_pool; member
380 if (t->sw_pool) { in teardown_torus()
386 sw = t->sw_pool[s]; in teardown_torus()
397 free(t->sw_pool); in teardown_torus()
794 if (t->sw_pool) in parse_torus()
811 t->sw_pool = calloc(t->sw_pool_sz, sizeof(*t->sw_pool)); in parse_torus()
812 if (!t->sw_pool) { in parse_torus()
1373 t->sw_pool[t->switch_cnt++] = sw; in alloc_tswitch()
8641 dsw = t->sw_pool[s]; in torus_lft()
9170 success = torus_lft(t, t->sw_pool[s]) && success; in route_torus()