Searched refs:node_guid_tbl (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_state_mgr.c | 234 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 D | osm_drop_mgr.c | 374 (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 D | osm_dump.c | 699 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 D | osm_sa_node_record.c | 343 cl_qmap_apply_func(&sa->p_subn->node_guid_tbl, nr_rcv_by_comp_mask, in osm_nr_rcv_process()
|
H A D | osm_sa_link_record.c | 325 p_node_tbl = &sa->p_subn->node_guid_tbl; in lr_rcv_get_port_links()
|
H A D | osm_subnet.c | 1062 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 D | osm_link_mgr.c | 576 p_node_guid_tbl = &sm->p_subn->node_guid_tbl; in osm_link_mgr_process()
|
H A D | osm_sa_portinfo_record.c | 584 cl_qmap_apply_func(&sa->p_subn->node_guid_tbl, in osm_pir_rcv_process()
|
H A D | osm_ucast_ftree.c | 3142 (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 D | osm_qos_policy.c | 70 cl_qmap_t * p_node_guid_tbl = &p_qos_policy->p_subn->node_guid_tbl; in __build_nodebyname_hash()
|
H A D | osm_node_info_rcv.c | 799 (osm_node_t *) cl_qmap_insert(&sm->p_subn->node_guid_tbl, in ni_rcv_process_new()
|
H A D | osm_sa_guidinfo_record.c | 740 cl_qmap_apply_func(&sa->p_subn->node_guid_tbl, sa_gir_by_comp_mask_cb, in get_guidinfo()
|
H A D | osm_perfmgr.c | 1011 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 D | osm_console.c | 956 cl_qmap_apply_func(&(p_osm->subn.node_guid_tbl), __get_stats, in portstatus_parse()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 749 cl_qmap_t node_guid_tbl; member
|