Searched refs:p_osm_node (Results 1 – 1 of 1) sorted by relevance
194 osm_node_t *p_osm_node; member812 static ftree_hca_t *hca_create(IN osm_node_t * p_osm_node) in hca_create() argument819 p_hca->p_osm_node = p_osm_node; in hca_create()821 malloc(osm_node_get_num_physp(p_hca->p_osm_node) * in hca_create()827 memset(p_hca->up_port_groups, 0, osm_node_get_num_physp(p_hca->p_osm_node) * in hca_create()831 calloc(osm_node_get_num_physp(p_hca->p_osm_node) + 1, sizeof(uint8_t)); in hca_create()865 return osm_node_get_node_guid(p_hca->p_osm_node); in hca_get_guid_no()1076 static void fabric_add_hca(ftree_fabric_t * p_ftree, osm_node_t * p_osm_node) in fabric_add_hca() argument1080 CL_ASSERT(osm_node_get_type(p_osm_node) == IB_NODE_TYPE_CA); in fabric_add_hca()1082 p_hca = hca_create(p_osm_node); in fabric_add_hca()[all …]