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

/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_state_mgr.c900 osm_port_t *p_port_ref, *p_port_stored; local
937 p_port_stored = NULL;
938 cl_ptr_vector_at(p_port_lid_tbl, lid, (void *)&p_port_stored);
941 if (p_port_stored == p_port_ref)
960 cl_ntoh64(osm_port_get_guid(p_port_stored)),
961 p_port_stored->p_node->print_desc,
962 p_port_stored->p_physp->port_num);
963 else if (p_port_stored == NULL)
976 /* if we reached here then p_port_stored != p_port_ref.
977 * We were trying to set a lid to p_port_stored, bu
[all...]

Completed in 43 milliseconds