Home
last modified time | relevance | path

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

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_state_mgr.c900 osm_port_t *p_port_ref, *p_port_stored; in __osm_state_mgr_check_tbl_consistency() local
936 p_port_ref = NULL; in __osm_state_mgr_check_tbl_consistency()
939 cl_ptr_vector_at(&ref_port_lid_tbl, lid, (void *)&p_port_ref); in __osm_state_mgr_check_tbl_consistency()
941 if (p_port_stored == p_port_ref) in __osm_state_mgr_check_tbl_consistency()
946 if (p_port_ref == NULL) in __osm_state_mgr_check_tbl_consistency()
972 cl_ntoh64(osm_port_get_guid(p_port_ref)), in __osm_state_mgr_check_tbl_consistency()
973 p_port_ref->p_node->print_desc, in __osm_state_mgr_check_tbl_consistency()
974 p_port_ref->p_physp->port_num, lid); in __osm_state_mgr_check_tbl_consistency()
985 cl_ntoh64(osm_port_get_guid(p_port_ref)), in __osm_state_mgr_check_tbl_consistency()
986 p_port_ref->p_node->print_desc, in __osm_state_mgr_check_tbl_consistency()
[all …]