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

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_ftree.c203 cl_qmap_t hca_tbl; member in struct:ftree_fabric_t_
884 cl_qmap_init(&p_ftree->hca_tbl);
909 /* remove all the elements of hca_tbl */
911 p_next_hca = (ftree_hca_t *) cl_qmap_head(&p_ftree->hca_tbl);
912 while (p_next_hca != (ftree_hca_t *) cl_qmap_end(&p_ftree->hca_tbl)) {
917 cl_qmap_remove_all(&p_ftree->hca_tbl);
1001 cl_qmap_insert(&p_ftree->hca_tbl, p_osm_node->node_info.node_guid,
1076 p_hca = (ftree_hca_t *) cl_qmap_get(&p_ftree->hca_tbl, guid);
1077 if (p_hca == (ftree_hca_t *) cl_qmap_end(&p_ftree->hca_tbl))
1100 for (p_hca = (ftree_hca_t *) cl_qmap_head(&p_ftree->hca_tbl);
[all...]

Completed in 18 milliseconds