Signed-off-by: Hal Rosenstock <[email protected]> --- diff --git a/opensm/include/opensm/osm_switch.h b/opensm/include/opensm/osm_switch.h index bb52e84..205896d 100644 --- a/opensm/include/opensm/osm_switch.h +++ b/opensm/include/opensm/osm_switch.h @@ -427,37 +427,6 @@ static inline uint8_t osm_switch_get_port_by_lid(IN const osm_switch_t * p_sw, * Switch object *********/ -/****f* OpenSM: Switch/osm_switch_get_physp_ptr -* NAME -* osm_switch_get_physp_ptr -* -* DESCRIPTION -* Gets the Physical Port Object at the specified port number. -* -* SYNOPSIS -*/ -osm_physp_t *osm_switch_get_physp_ptr(IN const osm_switch_t * p_sw, - IN uint32_t port_num); -/* -* PARAMETERS -* p_sw -* [in] Pointer to an osm_switch_t object. -* -* port_num -* [in] Port number for which to retrieve the Physical Port Object. -* -* RETURN VALUES -* Returns a pointer to the Physical Port Object object at the specified -* port number. -* A return value of zero means the port number was out of range. -* -* -* NOTES -* -* SEE ALSO -* Switch object -*********/ - /****f* OpenSM: Switch/osm_switch_get_route_by_lid * NAME * osm_switch_get_route_by_lid -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
