Home
last modified time | relevance | path

Searched refs:port_guid_tbl (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_drop_mgr.c186 (osm_port_t *) cl_qmap_get(&sm->p_subn->port_guid_tbl, port_guid); in drop_mgr_remove_port()
255 cl_qmap_remove(&sm->p_subn->port_guid_tbl, port_guid); in drop_mgr_remove_port()
506 p_port_guid_tbl = &sm->p_subn->port_guid_tbl; in osm_drop_mgr_process()
H A Dosm_ucast_updn.c424 cl_qmap_count(&p_osm->subn.port_guid_tbl)); in updn_find_root_nodes_by_min_hop()
438 for (item = cl_qmap_head(&p_updn->p_osm->subn.port_guid_tbl); in updn_find_root_nodes_by_min_hop()
439 item != cl_qmap_end(&p_updn->p_osm->subn.port_guid_tbl); in updn_find_root_nodes_by_min_hop()
H A Dosm_state_mgr.c237 cl_qmap_apply_func(&sm->p_subn->port_guid_tbl, in state_mgr_sweep_hop_0()
337 p_port_guid_tbl = &p_subn->port_guid_tbl; in state_mgr_sa_clean()
1039 p_next = cl_qmap_head(&sm->p_subn->port_guid_tbl); in state_mgr_report_new_ports()
1040 while (p_next != cl_qmap_end(&sm->p_subn->port_guid_tbl)) { in state_mgr_report_new_ports()
1128 p_port_guid_tbl = &sm->p_subn->port_guid_tbl; in state_mgr_check_tbl_consistency()
H A Dosm_sa_slvl_record.c289 cl_qmap_apply_func(&sa->p_subn->port_guid_tbl, in osm_slvl_rec_rcv_process()
H A Dosm_sa_vlarb_record.c295 cl_qmap_apply_func(&sa->p_subn->port_guid_tbl, in osm_vlarb_rec_rcv_process()
H A Dosm_sa_pkey_record.c307 cl_qmap_apply_func(&sa->p_subn->port_guid_tbl, in osm_pkey_rec_rcv_process()
H A Dosm_ucast_mgr.c319 cl_qmap_t *port_tbl = &mgr->p_subn->port_guid_tbl; in alloc_ports_priv()
344 cl_qmap_t *port_tbl = &mgr->p_subn->port_guid_tbl; in free_ports_priv()
888 cl_qmap_apply_func(&p_mgr->p_subn->port_guid_tbl, in ucast_mgr_build_lfts()
H A Dosm_node_info_rcv.c499 (osm_port_t *) cl_qmap_insert(&sm->p_subn->port_guid_tbl, in ni_rcv_process_existing_ca_or_router()
721 (osm_port_t *) cl_qmap_insert(&sm->p_subn->port_guid_tbl, in ni_rcv_process_new()
H A Dosm_lid_mgr.c360 p_port_guid_tbl = &p_mgr->p_subn->port_guid_tbl; in lid_mgr_init_sweep()
1202 p_port_guid_tbl = &p_mgr->p_subn->port_guid_tbl; in osm_lid_mgr_process_subnet()
H A Dosm_subnet.c1063 cl_qmap_init(&p_subn->port_guid_tbl); in osm_subn_construct()
1161 p_next_port = (osm_port_t *) cl_qmap_head(&p_subn->port_guid_tbl); in osm_subn_destroy()
1163 (osm_port_t *) cl_qmap_end(&p_subn->port_guid_tbl)) { in osm_subn_destroy()
1401 p_port = (osm_port_t *) cl_qmap_get(&(p_subn->port_guid_tbl), guid); in osm_get_port_by_guid()
1402 if (p_port == (osm_port_t *) cl_qmap_end(&(p_subn->port_guid_tbl))) in osm_get_port_by_guid()
H A Dosm_prtn.c187 cl_qmap_t *p_port_tbl = &p_subn->port_guid_tbl; in osm_prtn_add_all()
H A Dosm_qos.c478 p_tbl = &p_osm->subn.port_guid_tbl; in osm_qos_setup()
H A Dosm_dump.c742 &osm->subn.port_guid_tbl, in osm_dump_all()
H A Dosm_console.c1059 p_port_tbl = &p_osm->subn.port_guid_tbl; in switchbalance_check()
1189 p_port_tbl = &p_osm->subn.port_guid_tbl; in lidbalance_check()
H A Dosm_congestion_control.c375 p_tbl = &p_osm->subn.port_guid_tbl; in osm_congestion_control_setup()
H A Dosm_pkey_mgr.c848 p_tbl = &p_osm->subn.port_guid_tbl; in osm_pkey_mgr_process()
H A Dosm_sa.c803 cl_qmap_apply_func(&p_osm->subn.port_guid_tbl, in sa_dump_all_sa()
H A Dosm_perfmgr.c1012 cl_qmap_apply_func(&osm->subn.port_guid_tbl, reset_port_count, NULL); in perfmgr_discovery()
H A Dosm_ucast_dfsssp.c1209 …cl_qmap_t *port_tbl = &p_mgr->p_subn->port_guid_tbl; /* 1 management port per switch + 1 or 2 port… in dfsssp_build_graph()
H A Dosm_torus.c1190 item = cl_qmap_head(&subnet->port_guid_tbl); in capture_fabric()
1191 while (item != cl_qmap_end(&subnet->port_guid_tbl)) { in capture_fabric()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h750 cl_qmap_t port_guid_tbl; member