Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c234 cl_qmap_apply_func(&sm->p_subn->node_guid_tbl, in state_mgr_sweep_hop_0()
752 cl_qmap_apply_func(&osm->subn.node_guid_tbl, state_mgr_update_node_desc, in osm_update_node_desc()
821 cl_qmap_apply_func(&sm->p_subn->node_guid_tbl, state_mgr_get_node_desc, in state_mgr_light_sweep_start()
827 p_next = cl_qmap_head(&sm->p_subn->node_guid_tbl); in state_mgr_light_sweep_start()
828 while (p_next != cl_qmap_end(&sm->p_subn->node_guid_tbl)) { in state_mgr_light_sweep_start()
H A Dosm_drop_mgr.c374 (osm_node_t *) cl_qmap_remove(&sm->p_subn->node_guid_tbl, in drop_mgr_process_node()
505 p_node_guid_tbl = &sm->p_subn->node_guid_tbl; in osm_drop_mgr_process()
H A Dosm_dump.c699 dump_qmap(stdout, &osm->subn.node_guid_tbl, print_node_report, osm); in print_report()
746 &osm->subn.node_guid_tbl, dump_topology_node, in osm_dump_all()
H A Dosm_sa_node_record.c343 cl_qmap_apply_func(&sa->p_subn->node_guid_tbl, nr_rcv_by_comp_mask, in osm_nr_rcv_process()
H A Dosm_sa_link_record.c325 p_node_tbl = &sa->p_subn->node_guid_tbl; in lr_rcv_get_port_links()
H A Dosm_subnet.c1062 cl_qmap_init(&p_subn->node_guid_tbl); in osm_subn_construct()
1134 p_next_node = (osm_node_t *) cl_qmap_head(&p_subn->node_guid_tbl); in osm_subn_destroy()
1136 (osm_node_t *) cl_qmap_end(&p_subn->node_guid_tbl)) { in osm_subn_destroy()
1391 p_node = (osm_node_t *) cl_qmap_get(&(p_subn->node_guid_tbl), guid); in osm_get_node_by_guid()
1392 if (p_node == (osm_node_t *) cl_qmap_end(&(p_subn->node_guid_tbl))) in osm_get_node_by_guid()
H A Dosm_link_mgr.c576 p_node_guid_tbl = &sm->p_subn->node_guid_tbl; in osm_link_mgr_process()
H A Dosm_sa_portinfo_record.c584 cl_qmap_apply_func(&sa->p_subn->node_guid_tbl, in osm_pir_rcv_process()
H A Dosm_ucast_ftree.c3142 (osm_node_t *) cl_qmap_head(&p_ftree->p_osm->subn.node_guid_tbl); in fabric_populate_nodes()
3145 subn.node_guid_tbl)) { in fabric_populate_nodes()
4088 if ((cl_qmap_count(&p_ftree->p_osm->subn.node_guid_tbl) - in construct_fabric()
4093 cl_qmap_count(&p_ftree->p_osm->subn.node_guid_tbl), in construct_fabric()
H A Dosm_qos_policy.c70 cl_qmap_t * p_node_guid_tbl = &p_qos_policy->p_subn->node_guid_tbl; in __build_nodebyname_hash()
H A Dosm_node_info_rcv.c799 (osm_node_t *) cl_qmap_insert(&sm->p_subn->node_guid_tbl, in ni_rcv_process_new()
H A Dosm_sa_guidinfo_record.c740 cl_qmap_apply_func(&sa->p_subn->node_guid_tbl, sa_gir_by_comp_mask_cb, in get_guidinfo()
H A Dosm_perfmgr.c1011 cl_qmap_apply_func(&osm->subn.node_guid_tbl, reset_node_count, NULL); in perfmgr_discovery()
1105 cl_qmap_apply_func(&pm->subn->node_guid_tbl, collect_guids, pm); in osm_perfmgr_process()
H A Dosm_console.c956 cl_qmap_apply_func(&(p_osm->subn.node_guid_tbl), __get_stats, in portstatus_parse()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h749 cl_qmap_t node_guid_tbl; member