Searched refs:sm_port_guid (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sa_sminfo_record.c | 258 sa->p_subn->sm_port_guid); in osm_smir_rcv_process() 263 cl_ntoh64(sa->p_subn->sm_port_guid)); in osm_smir_rcv_process() 280 sa->p_subn->sm_port_guid != p_smi->guid) in osm_smir_rcv_process() 294 sa->p_subn->sm_port_guid, in osm_smir_rcv_process()
|
H A D | osm_sminfo_rcv.c | 76 sm->p_subn->sm_port_guid); in smi_rcv_remote_sm_is_higher() 97 p_smi->guid = sm->p_subn->sm_port_guid; in smi_rcv_process_get_request() 172 p_smi->guid = sm->p_subn->sm_port_guid; in smi_rcv_process_set_request() 480 if (port_guid == sm->p_subn->sm_port_guid) { in smi_rcv_process_get_response() 608 sm->p_subn->sm_port_guid))) in osm_sminfo_rcv_process()
|
H A D | osm_req.c | 79 p_sm_port = osm_get_port_by_guid(sm->p_subn, sm->p_subn->sm_port_guid); in req_determine_mkey() 83 dest_port_guid = sm->p_subn->sm_port_guid; in req_determine_mkey() 358 port = osm_get_port_by_guid(sm->p_subn, sm->p_subn->sm_port_guid); in osm_send_trap144() 362 cl_ntoh64(sm->p_subn->sm_port_guid)); in osm_send_trap144()
|
H A D | osm_lid_mgr.c | 1116 p_mgr->p_subn->sm_port_guid); in lid_mgr_process_our_sm_node() 1120 "\n", cl_ntoh64(p_mgr->p_subn->sm_port_guid)); in lid_mgr_process_our_sm_node() 1164 CL_ASSERT(p_mgr->p_subn->sm_port_guid); in osm_lid_mgr_process_sm() 1200 CL_ASSERT(p_mgr->p_subn->sm_port_guid); in osm_lid_mgr_process_subnet() 1217 if (port_guid == p_mgr->p_subn->sm_port_guid) { in osm_lid_mgr_process_subnet()
|
H A D | osm_prtn.c | 371 cl_map_remove(&p->part_guid_tbl, p_subn->sm_port_guid); in prtn_make_default() 373 osm_prtn_add_port(p_log, p_subn, p, p_subn->sm_port_guid, TRUE, FALSE); in prtn_make_default()
|
H A D | osm_state_mgr.c | 443 port_guid = sm->p_subn->sm_port_guid; in state_mgr_is_sm_port_down() 514 port_guid = sm->p_subn->sm_port_guid; in state_mgr_sweep_hop_1() 924 highest_sm_guid = sm->p_subn->sm_port_guid; in state_mgr_get_highest_sm() 997 p_smi->guid = sm->p_subn->sm_port_guid; in state_mgr_send_handover() 1069 sm->p_subn->sm_port_guid; in state_mgr_report_new_ports()
|
H A D | osm_drop_mgr.c | 119 p_remote_physp->port_guid != sm->p_subn->sm_port_guid) { in drop_mgr_clean_physp() 212 notice.issuer_gid.unicast.interface_id = sm->p_subn->sm_port_guid; in drop_mgr_remove_port()
|
H A D | osm_port.c | 332 p_port = osm_get_port_by_guid(p_subn, p_subn->sm_port_guid); in physp_get_dr_physp_set() 474 port_guid = p_subn->sm_port_guid; in osm_physp_replace_dr_path_with_alternate_dr_path()
|
H A D | osm_node_info_rcv.c | 449 sm->p_subn->sm_port_guid = p_node->node_info.port_guid; in ni_rcv_process_new_ca_or_router() 649 sm->p_subn->sm_port_guid = p_node->node_info.port_guid; in ni_rcv_process_new_switch()
|
H A D | osm_sm_state_mgr.c | 108 if (guid == sm->p_subn->sm_port_guid) { in sm_state_mgr_send_master_sm_info_req()
|
H A D | osm_multicast.c | 209 notice.issuer_gid.unicast.interface_id = subn->sm_port_guid; in mgrp_send_notice()
|
H A D | osm_opensm.c | 476 p_osm->subn.sm_port_guid = p_opt->guid; in osm_opensm_init_finish()
|
H A D | osm_port_info_rcv.c | 140 if (port_guid != sm->p_subn->sm_port_guid) { in pi_rcv_process_endport()
|
H A D | osm_dump.c | 616 if (osm_physp_get_port_guid(p_physp) == osm->subn.sm_port_guid) in print_node_report()
|
H A D | osm_prtn_config.c | 487 guid = cl_ntoh64(conf->p_subn->sm_port_guid); in partition_add_port()
|
H A D | osm_perfmgr.c | 847 port_guid = sm->p_subn->sm_port_guid; in sweep_hop_1() 935 port_guid = sm->p_subn->sm_port_guid; in is_sm_port_down()
|
H A D | osm_console.c | 431 cl_ntoh64(p_subn->sm_port_guid), in dump_sms()
|
H A D | osm_qos_parser_y.y | 1369 p_qos_policy->p_subn->sm_port_guid);
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 763 ib_net64_t sm_port_guid; member
|