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

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_ftree.c211 ftree_sw_t **leaf_switches; member in struct:ftree_fabric_t_
961 if ((p_ftree->leaf_switches_num > 0) && (p_ftree->leaf_switches))
962 free(p_ftree->leaf_switches);
970 p_ftree->leaf_switches = NULL;
1191 leaf_switches[i]),
1192 cl_ntoh16(p_ftree->leaf_switches[i]->base_lid),
1194 leaf_switches[i]->
1228 p_sw = p_ftree->leaf_switches[i];
1640 p_ftree->leaf_switches = (ftree_sw_t **)
1642 if (!p_ftree->leaf_switches) {
[all...]

Completed in 94 milliseconds