Searched refs:p_highest_sm (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c912 osm_remote_sm_t *p_highest_sm; local
922 p_highest_sm = NULL;
941 p_highest_sm = p_sm;
948 if (p_highest_sm != NULL) {
949 p_node = osm_get_node_by_guid(sm->p_subn, p_highest_sm->smi.guid);
952 cl_ntoh64(p_highest_sm->smi.guid),
956 return p_highest_sm;

Completed in 48 milliseconds