Home
last modified time | relevance | path

Searched refs:sm_port_guid (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_sminfo_record.c258 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 Dosm_sminfo_rcv.c76 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 Dosm_req.c79 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 Dosm_lid_mgr.c1116 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 Dosm_prtn.c371 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 Dosm_state_mgr.c443 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 Dosm_drop_mgr.c119 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 Dosm_port.c332 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 Dosm_node_info_rcv.c449 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 Dosm_sm_state_mgr.c108 if (guid == sm->p_subn->sm_port_guid) { in sm_state_mgr_send_master_sm_info_req()
H A Dosm_multicast.c209 notice.issuer_gid.unicast.interface_id = subn->sm_port_guid; in mgrp_send_notice()
H A Dosm_opensm.c476 p_osm->subn.sm_port_guid = p_opt->guid; in osm_opensm_init_finish()
H A Dosm_port_info_rcv.c140 if (port_guid != sm->p_subn->sm_port_guid) { in pi_rcv_process_endport()
H A Dosm_dump.c616 if (osm_physp_get_port_guid(p_physp) == osm->subn.sm_port_guid) in print_node_report()
H A Dosm_prtn_config.c487 guid = cl_ntoh64(conf->p_subn->sm_port_guid); in partition_add_port()
H A Dosm_perfmgr.c847 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 Dosm_console.c431 cl_ntoh64(p_subn->sm_port_guid), in dump_sms()
H A Dosm_qos_parser_y.y1369 p_qos_policy->p_subn->sm_port_guid);
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h763 ib_net64_t sm_port_guid; member